marmite

Convert markdown files into complete static websites without manual configuration.

866|54|Updated Oct 14, 2024
One-click install
npx skills add https://github.com/rochacbruno/marmite --skill marmite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marmite
Source: https://github.com/rochacbruno/marmite/tree/main/.agents/skills/marmite
Command: npx skills add https://github.com/rochacbruno/marmite --skill marmite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the tedious manual work of setting up and configuring complex static site generators, letting you turn a folder of markdown files into a complete, published website in minutes without writing custom code.

Core Features & Use Cases

  • Zero-Config Site Generation: Build a functional static site from markdown files with no initial setup required, supporting blogs, documentation, and personal content sites.
  • Built-In Content Tools: Native support for taxonomies (tags, series, authors), multilingual content, image optimization, RSS feeds, and full-text search.
  • Use Case: You have a collection of markdown blog posts; use this Skill to generate a responsive static site with navigation, social cards, and deploy it to any static hosting provider.

Quick Start

Use the marmite skill to build a complete static website from your folder of markdown files and preview it locally with a single command.

Frequently Asked Questions about marmite

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a static site from markdown without manual configuration?

To build a static site from markdown without manual configuration, you can use a zero-config static site generator. It automatically converts a folder of markdown files into a complete, published website with navigation and templates.

Does this zero-config static site generator support content taxonomy for blogs?

Yes, zero-config static site generators can support content taxonomy for blogs. This Skill natively handles tags, series, and authors, allowing you to organize markdown content without writing custom taxonomy code.

Can I use markdown files to generate project documentation with built-in search?

Yes, you can use markdown files to generate project documentation with built-in search. This Skill converts markdown into a static site that includes native full-text search, RSS feeds, and image optimization.

What is the best way to deploy a markdown blog to static hosting providers?

The best way to deploy a markdown blog to static hosting providers is by generating the site files first. This Skill outputs standard static HTML files from your markdown content, which can be deployed to any static hosting provider.

Do I need to write custom code to create multilingual content in a static site generator?

No, you do not need to write custom code to create multilingual content in this static site generator. It provides native multilingual support, automatically processing multiple language markdown files without manual setup.

What are the limitations of using a zero-config static site generator for complex content hubs?

A limitation of using a zero-config static site generator for complex content hubs is reduced control over bespoke templating. While it provides customizable templates, highly customized layouts may require overriding the default automation.