This repository contains the Jekyll theme and content of my blog.
- Remove the existing content
$ rm -rf about notes slides _posts/*.md keybase.txt CNAME resume.html
- Edit the details from
_config.yml. Make sure you leave the Google Analytics config blank if you don't use it. - Change title in
index.html
rake draft: Creates a draft post in_drafts.rake publish: Prompts to pick a file from the_draftsfolder, and publishes that to_posts.rake unpublish: Moves a file from_poststo_drafts.