+[2014-11-24T00:20:23Z]Algebrunder deploying to github pages. +[2014-11-30T05:35:17Z]bitvijaysHello All..How can I have different fonts in one post? Like two paragraphs in one font and another two in another font? +[2014-12-01T16:47:06Z]luminoushello! when creating a new post, how to you control the template that the rake task uses? +[2014-12-01T16:51:39Z]luminousah! it is in the Rakefile :) +[2014-12-01T16:54:11Z]luminousok, so next question.. what is the right way to customize the post/page template? update the Rakefile and manage diffs with upstream?
+[2014-12-05T00:05:53Z]luminoushello! when running rake generate or rake preview, I get compile errors I do not understand +[2014-12-05T00:06:09Z]luminous/home/user/.rvm/gems/ruby-1.9.3-p551/gems/execjs-2.2.2/lib/execjs/runtimes.rb:51:in `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable) +[2014-12-05T00:06:59Z]luminouswhat am I not doing correctly here? +[2014-12-05T00:09:45Z]luminousI just setup octopress elsewhere and did not run into this +[2014-12-05T00:11:22Z]luminousdigging a little, I see https://github.com/nickhammond/docs/commit/ca277d1d886d01a0e059eca421b2128fc95e0140, and this says to install a supported runtime, pointing to sstephenson's execjs.. but execjs doesn't have anything about installing a runtime..