Skip to content

Ergodox-io/ergodox-io

Folders and files

NameName
Last commit message
Last commit date
Dec 19, 2018
Dec 19, 2018
Nov 23, 2016
Nov 12, 2016
Dec 9, 2016

Repository files navigation

The new home of the ErgoDox project; an entirely open source, split hand, keyboard designed with ergonomics in mind.

Site is built with Jekyll and themed with Docster

##Repo Structure: Github page is served to http://www.ergodox.io from the /deploy directory and the source code to render is all inside of the /src directory.

Prerequsities

  • jekyll
  • jekyll-seo-tag
  • jekyll-sitemap

Building the site locally

Once you have Jekyll installed, navigate to the /src directory and jekyll serve or jekyll build to either build and serve the site locally or just build the site. The rendered files will be put in the /deploy directory.

Ready to push to the live site?

git subtree push --prefix deploy origin gh-pages