Very much in progress...
This site is built with jekyll , a static site generator.
Jekyll v3 is now used on github.io.
- Make sure Ruby and its development package are installed:
sudo apt-get install ruby ruby-dev
- Install jekyll:
sudo gem install jekyll
(requires ruby > on Ubuntu) - Install jekyll-redirect-from:
sudo gem install jekyll-redirect-from
- Install kramdown :
sudo gem install kramdown
- Install rouge :
sudo gem install rouge
- Install nodejs:
sudo apt-get install nodejs
for the javascript/coffeescript runtime
The command jekyll serve --watch
will generate the site in the _site
directory, watch source files for changes, and serve
it locally on port 4000.
- Changes made to
_config.yml
will not be caught inwatch
mode--need to restart jekyll.