Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 611 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 611 Bytes

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

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.