package camyll

  1. Overview
  2. Docs
A static site generator

Install

Dune Dependency

Authors

Maintainers

Sources

camyll-0.3.0.tbz
sha256=adea2b7dfc77cf55f35f527c68bcc10340594775d2982a2af6c8263b65746bfd
sha512=13d0929bdd0e33fc3a87e6ca80a3a389b66d546c88c9ff264e079d6b9a9bddfdb013f557137909e15950fe9b07fd220e210ce697cfaf989463a419fc4e2c76a3

CHANGES.md.html

0.3.0 (July 28, 2020)

  • Validate colors from TextMate themes.

  • Implement other theme attributes.

  • Use proper URI parsing library in server; previous code didn't handle ? and #.

  • Use opinionated directory names instead of making them configurable.

  • Determine Agda module names by parsing file instead of deriving it from the filepath. This makes it possible to set the project root in a different directory (such as through .agda-lib).

  • Don't leave Agda-processed Markdown files in the Agda documentation directory.

0.2.0 (July 21, 2020)

  • Switch template language from Mustache to Jingoo.

  • Switch config language from YAML to TOML.

  • Require frontmatter.

  • Add the serve command for serving a site.

  • Add taxonomies.

  • Use TextMate themes for syntax highlighting.

0.1.0 (October 15, 2020)

Initial release.