Posts from '2025'
Marmite 0.2.7 Release Notes
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 →
Image Optimization and Resizing
Learn how to automatically resize images during site generation to optimize page load times and bandwidth read more →
Wikilinks Demo & How To Guide
A demonstration of Obsidian-style wikilinks in Marmite with proper slug resolution read more →
Python Installation with pip
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 wi ... read more →
Image Gallery
Learn how to use the gallery shortcode to display image galleries in your content read more →
Installation
How to install Marmite - a fast, minimal static site generator read more →
Automatic Sitemap Generation
Learn how Marmite automatically generates sitemaps for better SEO read more →
Shortcodes Guide
Note This feature was added in version 0.2.7. Shortcodes are a powerful feature in Marmite that allow you to insert dynamic content into your posts and pages using simple markers. They work similar to macros in other static site generators. What ar ... read more →
File Mapping Feature
Learn how to use file mapping to copy arbitrary files during site generation read more →
Shortcodes Demo
Note This feature was added in version 0.2.7. This post demonstrates the new shortcodes feature in Marmite. Read more about how to create your own shortcodes on Shortcodes Guide > creating-custom-shortcodes YouTube Video Here's a video about static ... read more →