/wilfred.github.com

My personal blog

Primary LanguageHTMLMIT LicenseMIT

This git respository houses the static blog content of the wilfred.me.uk blog. All content is under the GFDL 1.3.

Build Status

Styling is based on pixyll

Running the server

You need Jekyll installed:

$ gem install --user-install bundle
$ bundle install --path vendor/bundle

Start Jekyll:

$ bundle exec jekyll serve --watch

Note that changes to _config.yml may require restarting the server.

Catching Markdown Errors

GitHub documents how to set up travis to test the build, so you may find the travis build results useful.

Known gotchas

Syntax highlighting fails if python doesn't point to a Python 2.x executable (see octopress/1028, amongst others).