This is the source code of Sriram P C's web page. It is built using the nanoc with nanoc_blog as the starting point.
-
Install ruby 4.0.3 with rvm/rbenv (Currently tested with
rbenv) -
Install node.js, npm and coffeescript/coffee-script (With Ubuntu, one can do
apt-get install) -
Install python-pygments: pip install Pygments (apt-get works here too!)
-
Install the gems in Gemfile that required to compile (
bundle updateshould work!) -
Compile command
bundle exec nanoc compile
To run with debug info, add the following flags:
bundle exec nanoc compile --verbose --debug
-
To view, run web server as
bundle exec nanoc view