README.md in bloggy-0.1.1 vs README.md in bloggy-0.2

- old
+ new

@@ -24,12 +24,17 @@ $ rails g jekyll:blog you will find the file structure you are used to seeing for creating blog posts, editing default layout etc. inside of the config/jekyll directory. There you can add add the same commands you would from a normal jekyll installation (they are provided at the <a href="https://github.com/mojombo/jekyll/wiki/Configuration">Jekyll configuration page</a>). So now just configure to your liking. (edit the default.html inside of _layouts for your main page and the post.html and page.html files for the corresponding results). -I have provided a rake task to name and open your new blog post in textmate as default but feel free to change it to use the editor of your choice. To use it just run +I have provided a rake task to name and open your new blog post for editing. To use it just run $ rake np post-title + +By default, your post will open in textmate, but you can override this by creating a .bloggyrc file in your home directory, containing the command line invocation of your editor. + + # mine for Rubymine, subl for Sublime Text, mate for TextMate, etc. + editor: mine Your posts will be served from the public/blog directory inside of your rails application. After you write a new blog post simply run $ rake generate