Skip to content

Instantly share code, notes, and snippets.

@gonzedge
Created February 3, 2012 17:29
Show Gist options
  • Save gonzedge/1731284 to your computer and use it in GitHub Desktop.
Save gonzedge/1731284 to your computer and use it in GitHub Desktop.
Writing your blog posts in Markdown with Postmarkdown
gem 'postmarkdown'
rails generate postmarkdown:post name-of-the-post --date=2012-02-03
bundle install
rails generate postmarkdown:install
postmarkdown as: :blog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment