Poor man's static site builder
Basic,
\
redcarpet content.md | # 1. Parse markdown
mustache - data.yaml.mustache | # 2. Save as unescaped HTML in proxy template
mustache - layout.mustache | # 3. Fill in page layout
tidy # 4. Fix indentation