Perfect Jekyll blogging workflow
12 May 2013Lately I switched back to a static blog generation - enjoying a higher blog post frequence. This are my perfect blogging workflow alternatives.
Either just use VIM on a local box or in mobile enviroment take a Chrome-App - called Textdown:
Alternatively you could edit directly at GitHub:
- than
$ git pull origin source
- compile
$ jekyll build
and - push
$ git push origin master