Skip to content
forked from bijumon/oct2

modified octopress classic theme

Notifications You must be signed in to change notification settings

DavidAdamczyk/oct2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

Preview at http://bijumon.github.io/oct2

OCT2 - a modified version of octopress classic theme (distributed under the same license as Octopress, The MIT license ).

I've included modifications made by Alessandro Melandri. For details, see "Octopress Theme Customization". Also included are css formatting for tables and Font Awesome icons.

enabling MathJax requires using kramdown instead of rdiscount

markdown: kramdown
mathjax: true

Installing

$ git clone https://github.com/bijumon/oct2.git .themes/
$ rake install["oct2"]

Changing the logo

set 'logo' in _config.yml to an image in 'source/images' and style it using '#logo' in sass/custom/_styles.scss

# _config.yml
logo: portrait.png

Oct2 screenshot

octopress was created by Brandon Mathis aka @imathis. octopress logo was created by david lanham aka @dlanham.

About

modified octopress classic theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.3%
  • CSS 40.7%