From 116d4336b9f9b0a2710c42b32ec8d83119613f42 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Sat, 10 Dec 2011 15:38:09 +0100 Subject: [PATCH] Add information about atom feeds and local preview of posts --- source/docs/blogging/index.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/docs/blogging/index.markdown b/source/docs/blogging/index.markdown index 0321b39..407d9b6 100644 --- a/source/docs/blogging/index.markdown +++ b/source/docs/blogging/index.markdown @@ -7,7 +7,7 @@ comments: false footer: false --- -Octopress offers some rake tasks to create post and pages preloaded with metadata and according to Jekyll's naming conventions. +Octopress offers some rake tasks to create post and pages preloaded with metadata and according to Jekyll's naming conventions. It also generates a global and a category based feed for your posts (You can find them in `atom.xml` and `blog/categories//atom.xml`). ## Blog Posts Blog posts must be stored in the `source/_posts` directory and named according to Jekyll's naming conventions: `YYYY-MM-DD-post-title.markdown`. The name of the file will be used @@ -108,6 +108,8 @@ Inserting a `` comment into your post will prevent the post content rake preview # Watches, and mounts a webserver at http://localhost:4000 ``` +If you want to work on posts without publishing them, you can add a `published: false` to your post's YAML header. You can preview these posts with `rake preview` on your local server, but they won't get published by `rake generate`. + Using the `rake preview` server is nice, but If you're a [POW](http://pow.cx) user, you can set up your Octopress site like this. ``` sh