No description
| .github/workflows | ||
| .gitignore | ||
| cli.go | ||
| DOCS.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| paths.go | ||
| README.md | ||
| render.go | ||
| template.html | ||
| templates.go | ||
| version.go | ||
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.