002-markdown-example.sh - static-site-scripts - static site generator shellscri… | |
git clone git://git.codemadness.org/static-site-scripts | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
002-markdown-example.sh (345B) | |
--- | |
1 #!/bin/sh | |
2 title="Markdown example" | |
3 description="description here" | |
4 timecreated="2013-01-01 00:00" | |
5 timeupdated="2013-01-01 00:00" | |
6 author="Bob" | |
7 #id="markdown-example" | |
8 #url="${id}.html" | |
9 #tags="tags, comma, separated" | |
10 #keywords="keywords, comma, separated" | |
11 #categories="Category name" | |
12 #timestamp="2013-01-02" | |
13 #author="author" | |
14 #content="custom stuff" |