Skip to content

bakery/blog

This branch is 149 commits ahead of, 492 commits behind mmistakes/so-simple-theme:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

14e4646 · Sep 19, 2023
Mar 28, 2016
Mar 28, 2020
Sep 19, 2016
May 7, 2020
Sep 19, 2016
Aug 8, 2014
Sep 19, 2016
May 7, 2020
Aug 8, 2014
Aug 9, 2014
Aug 8, 2014
Sep 11, 2013
Aug 8, 2014
Aug 1, 2014
Jun 20, 2015
Aug 8, 2014
Aug 8, 2014
Aug 6, 2014
Jun 21, 2015
Sep 19, 2023
Aug 8, 2014
Mar 29, 2016
Mar 29, 2016
Aug 9, 2014
Mar 29, 2016
Aug 8, 2014
Aug 8, 2014

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%