13 lines
312 B
YAML
13 lines
312 B
YAML
# Site settings
|
|
title: LinuxCNC
|
|
email: emc-developers@lists.sourceforge.net
|
|
description: "LinuxCNC: an open source CNC machine controller"
|
|
baseurl: "/new"
|
|
url: "http://linuxcnc.org"
|
|
exclude: [ scripts ]
|
|
#twitter_username: jekyllrb
|
|
#github_username: jekyll
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
permalink: pretty
|