This repository has been archived by the owner on Aug 28, 2019. It is now read-only.
1.3.0
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.