Skip to content

jez/blog

Repository files navigation

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