Skip to content

bakery/blog

 
 

Repository files navigation

The blog

Setup

Jekyll 2.x required

gem install bundler
bundle install

New post

octopress new post "Post Title"

To enable sharing and comments for the new post edit the header in the .md file and add this

share: true
comments: true

Also don't forget to set the author value. Author info is in _data/authors.yml

author: dino|mark|philip

Running locally

When running locally through jekyll serve you'll need to update url setting in _config.yaml

url: http://localhost:4000

based on So simple Theme by Michael Rose

Packages

No packages published

Languages

  • JavaScript 43.9%
  • HTML 28.3%
  • SCSS 27.7%
  • Ruby 0.1%