Blog migration to GitHub Pages
Migrated blog to Github Pages. It’s much better as I feel, as it’s has automatically versioning support, markdown syntax support natively, and it’s free :)
As engine use Jekyll.
For templating use Liquid.
For syntax use Markdown.
Found very handy converter to migrate Wordpress posts automatically :
References
- Jekyll on GitHub
- http://www.kevinhankens.com/content/jekyll-configuration/
- http://vitobotta.com/how-to-migrate-from-wordpress-to-jekyll/
- Liquid reference
- http://johnnycode.com/2012/07/10/how-to-migrate-from-wordpress-to-jekyll-running-on-github/
- Markdown syntax refernce