trofaf – super simple live static blog generator in Go

trofaf is a minimalist live static blog engine that simplifies the process of creating a static website from markdown files and front matter. It only requires a basic 3-directories structure for setup. The engine automatically generates static HTML files from markdown posts and includes features like an RSS feed and clean, modern URLs. Noteworthy is the implementation of a function to format time fields in templates, enhancing customization options. The inclusion of YAML front matter for post metadata is in line with other static blog generators. trofaf offers command-line options for customizing the web server port, site name, and more. The project is licensed under the BSD 3-Clause License.

https://github.com/mna/trofaf

To top