I'm a big user of other SSGs but it is frequently frustrating that it takes so much setup to get started.
Just having a directory of markdown files and running a single command sounds really useful.
— Michael, marmite user.
# Create a new blog (or simply use a folder with markdown files)
$ marmite myblog --init-site \
--name Mysite \
--tagline "My Articles and Notes" \
--colorscheme nord \
--toc true \
--enable-search true
# Create a new post
$ marmite myblog --new "My First Blog Post" -t "new,post"
# Build and serve the blog
$ marmite myblog --serve
Markdown Makes Sites
Marmite is a fast, minimal static site generator written in Rust that converts Markdown files into HTML websites. It's designed for simplicity and includes features like live reloading, RSS feeds, and a built-in development serv ...
read more →
Marmite 0.2.7 introduces shortcodes, image galleries, automatic image resizing with parallel processing, live reload for development, sitemap generation, Python package, and many improvements. A major update packed with new features!
read more →
Learn how to create your blog with Marmite in minutes, you can start with zero-config and then customize gradually later.
Not convinced yet? Read why-to-use-marmite
Quick Start
Installation
The quickest way to install Marmite is using our install sc ...
read more →
Marmite can now be installed directly from Python's package index using pip! This makes it incredibly easy to get started with marmite, especially if you're already working in a Python environment.
Installation
Simply run:
pip install marmite
This w ...
read more →