Posts tagged with 'docs' - 3

Posts tagged with 'docs' - 3

Hosting

Hosting

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...

Enabling Comments

Enabling Comments

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...

Pagination

Pagination

Yes! we have pagination! Set pagination: 10 on your marmite.yaml The pagination template is very simple <div class="pagination"> <nav> <ul> {% if previ...