This is the Jekyll blog with Octopress classic theme.
- Only based Jekyll except plugins, so can deploy on GitHub pages directly.
- With beautiful theme of Octopress classic theme.
- A basic Tag Cloud sidebar.
- Archives and Tags only depends
Liquid
template instead of plugin. - google-code-prettify for code hilight.
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html