Website source and build workflow.
Edit the section files in content/, then build with one command.
pandocasciidoctor
make updateThis generates:
index.mdindex.adocindex.html
make previewThen open http://localhost:8000/index.html in your browser.
If your environment blocks local servers, use:
make preview-fileSee EDITING.md for quick templates and examples.