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

https://github.com/jonmbake/jonbake.com

Personal website: http://jonbake.com.
https://github.com/jonmbake/jonbake.com

Last synced: 4 months ago
JSON representation

Personal website: http://jonbake.com.

Awesome Lists containing this project

README

          

# jonbake.com

## Creating a New Post

```
$ bundle exec jekyll post "My New Post"
```

## Publish a Post

```
$ bundle exec jekyll publish _drafts/my-new-draft.md
# or specify a specific date on which to publish it
$ bundle exec jekyll publish _drafts/my-new-draft.md --date 2014-01-24
```