You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2019. It is now read-only.
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.
Background image support at the post/page level along with globally for the entire site. Here's a demo and documentation on how to enable it. Thanks to @Robpol86 for adding this feature!