forked from LinuxCNC/wlo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
28 lines (27 loc) · 1.05 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Site settings
title: LinuxCNC
email: emc-developers@lists.sourceforge.net
description: "LinuxCNC: an open source CNC machine controller. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more."
legal: "\
<p>LINUX® is the registered trademark of Linus Torvalds in the U.S. and \
other countries. The registered trademark Linux® is used pursuant \
to a sublicense from LMI, the exclusive licensee of Linus Torvalds, \
owner of the mark on a world-wide basis.</p> \
\
<p>The LinuxCNC project is not affiliated with Debian. Debian is a \
registered trademark owned by Software in the Public Interest, Inc.</p> \
\
<p>The LinuxCNC project is not affiliated with UBUNTU. UBUNTU is a \
registered trademark owned by Canonical Limited.</p>"
baseurl: ""
url: "http://linuxcnc.org"
exclude: [ scripts, README.md ]
include: [ .htaccess ]
#twitter_username: jekyllrb
github_username: LinuxCNC
# Build settings
markdown: kramdown
permalink: pretty
collections:
showcase:
output: true