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...
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...
Marmite as a static site generator, doesn't have commenting features,
but there are various options of external commenting systems to integrate.
Utterances
Use github issues as comment system
Requir...
Yes! we have pagination!
Set pagination: 10 on your marmite.yaml
The pagination template is very simple
<div class="pagination">
<nav>
<ul>
{% if previ...