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
- Host: GitHub
- URL: https://github.com/jenkoian/jenkoian.github.com
- Owner: jenkoian
- Created: 2013-01-20T11:10:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T12:30:11.000Z (over 2 years ago)
- Last Synced: 2024-04-08T09:06:21.441Z (about 1 year ago)
- Language: HTML
- Homepage: http://jenko.me
- Size: 4.73 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`