A Markdown based static-site-generator.
- your-website/
- site
- pages
- index.md
- about.md
- blog
- yyyy-mm-dd-title.md
- yyyy
- mm
- dd
- title.md
- dd
- mm
- static
- css
- js
- img
- templates
- blog.mustache
- latest.mustache
- page.mustache
- site.mustache
- tags.mustache
- blarg.json
- pages
- site
Sets up a new templates site.
Generates new pages and blog posts. Also can add frontmatter to the beginning of an existing file.
Builds the site. Can pass -w to watch for changes, and rebuild when they occur.
Serves the site from the build output directory.