Posts tagged with 'docs' - 4

Posts tagged with 'docs' - 4

Content Types and Taxonomy

Content Types and Taxonomy

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

Customizing Templates

Customizing Templates

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

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

Paginacion

Paginacion

Si, tenemos paginacion! Configura pagination: 10 en tu marmite.yaml La plantilla de paginacion es muy simple <div class="pagination"> <nav> <ul> {% if p...

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