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