A very simple static site generator for blogs that converts markdown files to a flat HTML site with zero configuration.
Marmite is a static site generator that transforms directories of markdown files into flat HTML websites, specifically optimized for blogging. It eliminates complex setup by offering zero-configuration defaults and a single binary, making it extremely straightforward to create and publish blog content. The tool handles metadata extraction, RSS feed generation, and includes a built-in theme with modern web features.
Bloggers and writers who want a simple, fast way to create a static blog without dealing with complex configurations or build processes. It's also suitable for developers who prefer a minimal, command-line driven workflow for personal sites.
Developers choose Marmite for its unparalleled simplicity and focus on blogging essentials, offering a zero-configuration start with a rich feature set out of the box. Its single binary distribution and built-in theme reduce friction, while still allowing deep customization through templates and configuration when needed.
Markdown makes sites - A Static Site Generator for Blogs
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Allows immediate start by placing markdown files in a directory and running a single command, with optional full configuration via marmite.yaml for advanced users.
Everything is embedded in one executable, available via package managers like Homebrew and Docker, making installation and deployment hassle-free across platforms.
Supports CommonMark, GitHub Flavored Markdown, extensions like wikilinks and Obsidian links, emojis, and raw HTML, enabling expressive content without additional tools.
Includes RSS feeds (multiple), tags, multi-authors, static search index, and backlinks, catering specifically to blogging needs out of the box.
Generates flat HTML sites without subpaths (all pages are at root level), which can hinder navigation and scalability for complex or large-scale projects.
Only offers tags and streams for categorization, lacking advanced options like nested categories or custom metadata fields that other SSGs provide.
As a newer tool, it has fewer third-party themes, plugins, and community resources compared to established alternatives like Hugo or Jekyll, limiting extensibility.