Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jez/blog
- Owner: jez
- Created: 2014-05-06T00:21:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T18:33:55.000Z (7 months ago)
- Last Synced: 2024-04-15T09:19:33.216Z (7 months ago)
- Topics: markdown, writing
- Language: Shell
- Homepage: https://blog.jez.io
- Size: 62 MB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 --livereloadbundle exec octopress new draft my-slug
bundle exec jekyll build
bundle exec octopress publishbundle exec octopress new page
bundle exec jekyll build && bundle exec octopress deploy
```