A straightforward static site generator for blogs, turning Markdown into web pages with minimal fuss.
Marmite reads Markdown files from an 'input' directory, converts them to HTML using CommonMark, and outputs a complete static site to an 'output' folder. It handles frontmatter for metadata, static assets, and supports features like tags, authors, and RSS feeds, all within a single binary.
A straightforward static site generator for blogs, turning Markdown into web pages with minimal fuss.
Bloggers and content creators who want a simple, fast way to publish content from Markdown files without complex configuration.