Meur (/ˈmĩãɾ/) -- Scots Gaelic: branch.
A highly opinionated static site generator built with Hakyll and Pandoc featuring:
- Paper and talks pages generated from
.bibfiles - Referencing with CSL formatting
- Photo gallery generated from EXIF metadata
- Dual HTML/Markdown output
- Org-mode log rendering
- RSS/Atom and JSON feeds
This was built for https://ryan.freumh.org/.
With cabal;
$ cabal buildOr nix;
nix buildCreate a site.yaml file:
title: "My Site"
description: "My awesome site"
root: "https://example.com"
author:
name: "Your Name"
email: "you@example.com"
url: "https://example.com"See a complete template at template/ and live at https://ryan.freumh.org/var/meur-template/.