No description
Find a file
Sebastian Kuzminsky df588be50a updated linuxcnc screenshot from cradek
Fetched the fullsize image from here:
http://timeguy.com/cradek-files/emc/linuxcnc-screenshot.png

Resized with the netpbm tools:

pngtopnm linuxcnc-screenshot.png | pnmscale -xsize 450 | pnmtopng >| images/linuxcnc-screenshot-small.png
2015-11-10 15:04:18 -07:00
_data fix links to releases 2015-11-08 16:56:52 -07:00
_drafts add a draft of the post announcing the new website 2015-11-09 21:03:56 -07:00
_includes fix the Download link 2015-11-08 21:58:13 -07:00
_layouts 'page' layout doesn't need the title at the top of the page 2015-11-06 17:13:54 -07:00
_posts remove the "welcome to jekyll" post 2015-11-07 18:25:58 -07:00
community clean up the Community page 2015-11-09 22:27:17 -07:00
css header: space out stable version links 2015-11-08 16:14:51 -06:00
images updated linuxcnc screenshot from cradek 2015-11-10 15:04:18 -07:00
news handle the News page like the others 2015-11-07 19:08:32 -07:00
scripts add kgb notification to post-receive webhook 2015-11-10 11:35:03 -07:00
search add a "google custom search" page (linked in the navbar) 2015-11-10 10:33:13 -07:00
.gitignore include the git version in each file of the built site 2015-11-08 20:35:58 -07:00
_config.yml add a Readme 2015-11-08 20:46:50 -07:00
feed.xml add jekyll template 2015-11-04 17:28:41 -07:00
index.md updated linuxcnc screenshot from cradek 2015-11-10 15:04:18 -07:00
README.md add a Readme 2015-11-08 20:46:50 -07:00

This is the Jekyll source for the www.linuxcnc.org website.

It works well with Jekyll 2.2.0 (in Debian Jessie).

  1. Edit the files with any editor you like.
  2. Test with "jekyll serve".
  3. Commit and push to github.com/SebKuzminsky/wlo (or send a pull request).