My personal blog made with jekyll bootstrap.
Mostly contains technical notes that may or may not be of use to others.
To run local server: bundle install
and then jekyll server -w
.
To create a post: rake post title="Hello world"
.
To create a page: rake page name="about.md"
or rake page name="pages/about.md"
.
Install:
rake theme:install git="https://github.com/jekyllbootstrap/theme-the-program.git"
Switch:
rake theme:switch name="the-program"