Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 535 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 535 Bytes

About repository

This is the Jekyll blog with Octopress classic theme.

Feature

  • 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.

Test

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html