Posts tagged with 'docs'
Organizing Content with Series in Marmite
Learn how to organize related content into chronological series with Marmite's new Series feature read more →
Configuration Reference
Complete reference for all Marmite configuration options, including site metadata, feature toggles, and advanced settings. read more →
Filename-Based Streams: Organize Content with File Naming
Marmite now supports automatic stream detection from filenames, making it even easier to organize your content without having to manually specify stream names in frontmatter. What are Filename-Based Streams? Filename-based streams allow you to specif ... read more →
Template Reference
Complete reference for Marmite's template system, including all available variables, functions, and customization options. read more →
Streams Guide: Organizing Content Beyond Tags
Complete guide to using streams for content organization in Marmite - an alternative to tags for categorizing your content. read more →
How to Run a Link Checker on Your Marmite Website
Maintaining working links is crucial for website quality and user experience. Lychee is a fast, asynchronous link checker that can validate all links in your Marmite-generated website, helping you identify broken links, invalid URLs, and other link-r ... read more →
Configurable Markdown Parser Options
Marmite now supports configurable markdown parser options through the markdown_parser section in your marmite.yaml configuration file. This allows you to customize how your markdown content is processed and rendered. Configuration Structure Add a mar ... read more →
Automatic Image Download for Posts
Learn how to enable automatic banner image generation for your blog posts using Marmite's built-in image provider feature. read more →
Markdown Source Publishing
Learn how to publish markdown source files alongside your HTML content with Marmite's new source publishing feature. read more →
Marmite Command Line Interface
Marmite CLI is designed to be always executed pointing to an input_folder where the markdown content is located, and besides generating the site it comes with other useful features. The basic usage is very simple: $ marmite input_folder Site generate ... read more →