Skip to content

1.4.0

Compare
Choose a tag to compare
@mmistakes mmistakes released this 12 Feb 14:23
· 550 commits to master since this release

New

Added rake tasks to create new posts or pages. Using either rake new_post or rake new_page will prompt you for a title and tags to classify them. Example below:

rake new_post

Enter a title for your post: My Awesome Post
Enter tags to classify your post (comma separated): web development, code
Creating new post: _posts/2014-02-10-my-awesome-post.md
There are a few configuration variables that can be changed in Rakefile.rb. By default posts and pages will be created in MarkDown using the .md extension.