File structure:
- build - automatically generated, holds the site being served
- pages - holds all the markdown source for the pages
- res - holds resources like images, everything in here gets copied to build/res
- template.html pandoc conversion template
- styles.html used to generate css (included in the template)
The build sytem is a simple Makefile that compiles everything from pages and res into static web pages.
I use Pandoc for converting Commonmark (with pandoc extensions) to HTML5 with a custom template.
- home page be a presentation page for myself and this website/blog