Markdown Source Publishing
Markdown Source Publishing
"Learn how to publish markdown source files alongside your HTML content with Marmite's new source publishing feature."
Give us a ☆ on github
Static Site Generator
for blogs
made with ❤️ and 🦀
"Learn how to publish markdown source files alongside your HTML content with Marmite's new source publishing feature."
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...
This content does not show on index page and also does not show on main rss feed. Because this content defines a custom stream on the frontmatter --- stream: alt --- # Alternative Stream This will sh...
Marmite e um gerador de sites estaticos simples, facil e opinativo. Marmite nao exige uma estrutura de pastas especifica ou configuracao complexa, o objetivo e que um blog possa ser gerado simplesmen...
Marmite is a simple, easy and opinionated static site generator. Marmite doesn't require specific folder structure or complex configuration, the goal is that a blog can be generated simply by running...
Marmite separates content in two kinds, posts and pages. An opinionated decision of marmite is how it makes the distinction. Posts If content has a date it is a Post! Instead of having to mark if a co...
Marmite uses Tera as its template parser, the language is very similar to Jinja or Twig. Important always link relative to the current path starting with ./ If absolute url is needed then use {{ url_...
Listing Page The following fragments allow markdown and HTML and are rendered by Tera so it is possible to use template expressions. The global context is available for templating. _announce.md _head...
"The content on Marmite accepts any valid CommonMark or Github Flavoured markdown and some GFM extensions."
Marmite genetates a static site, so you can host it in any web server. Examples: Github pages Gitlab pages Netlify Vercel Nginx Apache Github Pages This is the easiest and cheapest option to publish...