Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 601 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 601 Bytes

blog

Setup

brew install pandoc
brew install pandoc-sidenote

Using

You might have to dropbox stop on Linux for inotify problems.

bundle exec jekyll serve --drafts
bundle exec jekyll serve --drafts --incremental --livereload

bundle exec octopress new draft my-slug

bundle exec jekyll build
bundle exec octopress publish

bundle exec octopress new page

bundle exec jekyll build && bundle exec octopress deploy