Author: marcelk
Date: Tue Sep 23 15:44:09 2014
New Revision: 1627066

URL: http://svn.apache.org/r1627066
Log:
update instructions for blog entry front matter

Modified:
    cordova/site/README.md

Modified: cordova/site/README.md
URL: 
http://svn.apache.org/viewvc/cordova/site/README.md?rev=1627066&r1=1627065&r2=1627066&view=diff
==============================================================================
--- cordova/site/README.md (original)
+++ cordova/site/README.md Tue Sep 23 15:44:09 2014
@@ -103,6 +103,10 @@ Use the grunt scripts!
     # Set a marker where the summary on the home page should stop displaying. 
Add the following html comment line to your md file at the desired cutoff point:
     <!--more-->
 
+    # in the front matter of your blog entry, set the `date:` field to the 
desired date that you want to appear near the title. Be aware that the date 
(explicit here or implied via the filename) will be used to generate the 
relative path to this html file (i.e., 
"/announcements/2014/09/22/cordova-361.html"), as will the `categories:` front 
matter value.
+    date: 2014-09-22
+    categories: releases
+
     # git commit your changes to apache-blog-posts
     
     # copy blog www/_posts directory + linkify


Reply via email to