+ [2014-11-24T00:20:23Z] Algebr under deploying to github pages.
+ [2014-11-30T05:35:17Z] bitvijays Hello 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] luminous hello! when creating a new post, how to you control the template that the rake task uses?
+ [2014-12-01T16:51:39Z] luminous ah! it is in the Rakefile :)
+ [2014-12-01T16:54:11Z] luminous ok, so next question.. what is the right way to customize the post/page template? update the Rakefile and manage diffs with upstream?

message no. 64312

Posted by luminous in #octopress at 2014-12-01T16:47:06Z

hello! when creating a new post, how to you control the template that the rake task uses?
+ [2014-12-05T00:05:53Z] luminous hello! 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] luminous what am I not doing correctly here?
+ [2014-12-05T00:09:45Z] luminous I just setup octopress elsewhere and did not run into this
+ [2014-12-05T00:11:22Z] luminous digging 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..