Oct2 Theme

Oct2 is an Octopress ‘classic’ theme mod.

Install Octopress

1
2
$ git clone https://github.com/imathis/octopress.git
$ bundle install --path=vendor/bundle #path is optional

Install Oct2 and generate the website

1
2
3
$ git clone https://github.com/bijumon/oct2.git .themes/
$ bundle exec rake install[oct2]
$ bundle exec rake generate

About page

Oct2 includes an empty ‘about’ page at source/about/index.markdown.

Enable Mathjax

Rendering Latex equations requires using kramdown instead of rdiscount as the markdown processor.

_config.yml

1
2
3
...
markdown: kramdown
mathjax: true

Note

  • maruku supports mathjax but is not tested
  • rdiscount and redcarpet has problems with mathjax rendering