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

https://github.com/jenkoian/jenkoian.github.com

📝 My Blog
https://github.com/jenkoian/jenkoian.github.com

Last synced: about 2 months ago
JSON representation

📝 My Blog

Awesome Lists containing this project

README

        

# jenko.me

**My blog**

* Hosted on github pages thanks to [Jekyll](http://jekyllrb.com/) & [Jekyll Bootstrap](http://jekyllbootstrap.com/)
* Custom design, thanks to [@nickin00](http://twitter.com/nickin00)
* Estimated reading time of each post, thanks to [@_gareth](http://twitter.com/_gareth)'s excellent [reading time ruby gem](https://github.com/garethrees/readingtime)

# todo

* Implement daylight optimised design
* Implement 404 page

# Creating a new post (mostly a reminder to myself)

`git checkout source`

`rake post title="Blog title here"`

`rake preview`

Commit post...

`git checkout master`

`./publish.sh`