Posts tagged with 'customization'

Posts tagged with 'customization'

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

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