github mmistakes/so-simple-theme 1.4.0

latest releases: 3.2.0, 3.1.3, 3.1.2...
12 years ago

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.

Don't miss a new so-simple-theme release

NewReleases is sending notifications on new releases.