Discover and explore top open-source AI tools and projects—updated daily.
rochacbrunoMarkdown-powered static site generator
Top 40.9% on SourcePulse
Marmite is a static site generator designed to simplify the process of creating websites from Markdown files, targeting bloggers and users frustrated by complex setup procedures. It offers a zero-configuration starting point and a single-command execution, enabling users to quickly publish content with minimal overhead.
How It Works
Marmite operates by reading Markdown files from an input directory, parsing them into HTML using CommonMark (with extensions), and extracting metadata from frontmatter or filenames. It generates individual HTML files for each page and outputs the complete static site to a specified directory, automatically handling the copying or generation of static and media assets. Its core advantage lies in its extreme simplicity and single-binary distribution, prioritizing ease of use over feature bloat.
Quick Start & Requirements
cargo binstall marmite or cargo install marmite. Pre-built binaries, Docker, and package manager options are also available.marmite <input_folder> <output_folder>marmite --serve --watchHighlighted Details
Maintenance & Community
Information regarding specific maintainers, community channels (e.g., Discord, Slack), sponsorships, or project roadmap is not detailed in the provided README snippet.
Licensing & Compatibility
The specific open-source license for Marmite is not explicitly stated in the provided README content. This omission requires further investigation before adoption, especially concerning compatibility for commercial use or closed-source linking.
Limitations & Caveats
Marmite is intentionally designed for simplicity and is primarily suited for bloggers focused on chronological content. Users requiring highly complex features or advanced site architectures may find its scope limited.
23 hours ago
Inactive
HugoBlox