This is the blog for Geungle, found at http://geungle.com/blog/.
The source for Geungle Beat is built using nanoc.
To get started, first install Ruby (my preference is to use RVM) and git. Then proceed as follows:
git clone http://github.com/pentandra/geunglebeat.git
cd geunglebeat
bundle
nanoc co
nanoc view
Then visit http://localhost:3000/.
Thanks to the people that helped me come to grips with the power of nanoc, including:
- Vincent Driessen (https://github.com/nvie/blog)
- Dennis Defreyne, of course (https://github.com/ddfreyne/nanoc)