This git respository houses the static blog content of the wilfred.me.uk blog. All content is under the GFDL 1.3.
Styling is based on pixyll
You need Jekyll installed:
$ gem install --user-install bundler
$ bundle install --path vendor/bundle
Start Jekyll:
$ bundle exec jekyll serve --watch
Note that changes to _config.yml
may require restarting the server.
GitHub documents how to set up travis to test the build, so you may find the travis build results useful.