No description
Find a file
2025-04-05 19:24:53 -04:00
.github/workflows update CI file 2024-07-02 12:17:36 -04:00
.gitignore first draft of configurable templates 2024-06-23 19:28:57 -04:00
cli.go exit early when --version called 2024-07-02 15:56:28 -04:00
DOCS.md Update DOCS.md 2025-01-23 07:59:00 -05:00
go.mod touch go version 2024-07-01 15:07:57 -04:00
go.sum exit early when --version called 2024-07-02 15:56:28 -04:00
LICENSE Create LICENSE 2024-07-02 11:28:31 -04:00
main.go do not force /static prefix on assets output 2024-07-05 19:09:55 -04:00
paths.go cleanup and improve error messages 2024-06-27 20:52:16 -04:00
README.md adjust phrasing in readme 2025-04-05 19:24:53 -04:00
render.go make defined templates available across pages 2024-07-01 14:50:50 -04:00
template.html make defined templates available across pages 2024-07-01 14:50:50 -04:00
templates.go make defined templates available across pages 2024-07-01 14:50:50 -04:00
version.go bump to 0.1.6 2024-07-05 19:10:29 -04:00

Maretosi is a bare bones static site generator focused on flexibility and simplicity.

Core features:

  • basic built-in HTML template for rapid prototyping
  • uses Go's standard library HTML templates
  • syntax highlighting of code blocks with configurable themes via Chroma
  • optional front matter in either TOML or YAML

Consult the manual for information on usage and available options.