blog post attributes in front matter format

tags: [<%= configs.join(“,”) %>] title: <%= configs %> publish_datetime: 2014-01-01T00:00:07.0Z # change date in future for draft article description: Write post description here…

slug: change-it-to-define-slug-for-the-post # default slug is sanitized file name

Markdown documentation

This is markdown template and quick reference of the markdown language is available here.

How to add images in post?

To add images on the post copy images in directory 'public/<%= configs %>/posts/images/<%= configs %>' and use following sample on how to provide image path.

within post(/assets/<%= configs %>/posts/images/<%= configs %>/1-post-image.png “images with post”)