Wilfred / wilfred.github.com

My personal blog
http://www.wilfred.me.uk/
MIT License
6 stars 4 forks source link

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 bundler
$ 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.