Here's a draft of a "how to write a blog post". I intend to add this to the website's README.md. Wanted to get some feedback / +1 since this is a "process".
Writting a Blog Post > -------------------- > Blog posts live in `www/_posts`. To create a new post: > 1. Copy one of the existing posts into a new file (changing the name > appropriately). > 2. Run "rake serve" in the background. > 3. Draft your post. > 4. Get your post reviewed by at least one other committer > 1. via http://reviews.apache.org. > 2. Should be able to do this by running the "post-review" tool. If > the tool is not working, upload the diff manually (via "svn diff > file", > and be sure to add the "cordova" group to the review request). > 5. Update the file name to reflect the commit date (if necessary) > 6. Run "rake build" > 7. svn commit *Post guidelines:* > * Use the post title as the first header. Including a header as well > makes the snippet on the front page look really bad. > * Use `rake serve` and refresh frequently. Jekyll does not do a good job > at telling you where errors are made. > * Review your post yourself before asking for a review. This includes > spell-check :).