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.6 brings powerful new features including themes, series support, enhanced markdown parsing, and much more. This release includes breaking changes to the --start-theme command.
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 →
Important
This is a Beta feature currently available only on the main branch. It has not been released in a stable version yet.
This post demonstrates the new shortcodes feature in Marmite.
Read more about how to create your own shortcodes on Short ...
read more →
Important
This is a Beta feature currently available only on the main branch. It has not been released in a stable version yet.
Shortcodes are a powerful feature in Marmite that allow you to insert dynamic content into your posts and pages using si ...
read more →