Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jez/blog

an Octopress blog by Jake Zimmerman
https://github.com/jez/blog

markdown writing

Last synced: 9 days ago
JSON representation

an Octopress blog by Jake Zimmerman

Awesome Lists containing this project

README

        

# blog

- Blog source is here on `master`.
- Blog compiled is on [`gh-pages`](https://github.com/jez/blog/tree/gh-pages).
- Blog rendered is at .

## 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
```