A site generator in OCaml (OCurrent pipelines too)
Sesame is a library of tools for building smaller, greener, less resource intensive, and more accessible websites. It draws inspiration from Low Tech Magazine and aims to provide a suite of tools including transformations over markdown, responsive image generation, HTML output, etc. Sesame is built on the idea of Collections, which are groups of documents that share common metadata. It utilizes the Jekyll Format with YAML frontmatter to separate the body from the metadata. Sesame also integrates with the OCurrent ecosystem to offer incremental site generators with hot-reloading capabilities.
Sesame is a library of tools for building smaller, greener, less resource intensive, and more accessible websites. It provides features such as markdown transformations, responsive image generation, and HTML output. Sesame is built on the concept of Collections, which allow for organizing documents with common metadata. With integration into the OCurrent ecosystem, Sesame also offers incremental site generators with hot-reloading capabilities. It aims to optimize resource usage and enhance website accessibility, making it a valuable tool for developers looking to build more efficient and inclusive websites.