You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/22 15:11:27 UTC

svn commit: r1626766 - /cordova/site/README.md

Author: marcelk
Date: Mon Sep 22 13:11:26 2014
New Revision: 1626766

URL: http://svn.apache.org/r1626766
Log:
Add missing instructions for the blog

Modified:
    cordova/site/README.md

Modified: cordova/site/README.md
URL: http://svn.apache.org/viewvc/cordova/site/README.md?rev=1626766&r1=1626765&r2=1626766&view=diff
==============================================================================
--- cordova/site/README.md (original)
+++ cordova/site/README.md Mon Sep 22 13:11:26 2014
@@ -88,12 +88,18 @@ Writing a Blog Post
 
 Use the grunt scripts!
 
-    #Clone apche-blog-posts repo
+    # Clone apche-blog-posts repo
     $ grunt cloneBlog
 
-    #Create your blog posts in the apache-blog-posts (or on github) directory, git commit changes
+    # Create your blog posts in the apache-blog-posts (or on github) directory, git commit changes
+
+    # Edit your md file to remove undesired markdown links. If there is a phrase in square brackets that isn't a CB-xxxx reference, escape it with backslashes
+    [CB-1234] \[iOS\] \[Camera\] add a whizzbang to the brickit
+
+    # Set a marker where the summary on the home page should stop displaying. Add the following line to your md file at the desired point:
+    <!--more-->
     
-    #copy blog www/_posts directory + linkify
+    # copy blog www/_posts directory + linkify
     $ grunt updateBlog