Skip to content

Wilfred/wilfred.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.