A minimal static blog generator that converts markdown files into a single HTML page. Perfect for hosting on Cloudflare Pages.
This build system:
- Reads all
.md
files in your directory - Converts them to HTML using the
marked
library - Inserts them into your HTML template using JavaScript template literals