kew is an extremely minimal static site generator written in Go and inspired by werc.
It takes a directory tree of Markdown documents and static assets and turns it into a fully static HTML website. The project uses the filesystem itself to define structure and navigation, avoiding metadata, databases, runtime services, and other dynamic behaviour.
This is free and open source software.
Key Features
- Converts Markdown files into HTML using lowdown.
- Copies non-Markdown files directly to the output tree.
- Mirrors the source directory layout in the generated site.
- Generates navigation automatically from the directory hierarchy.
- Rewrites relative links from .md targets to .html targets.
- Wraps generated pages in a single global HTML template.
- Supports template placeholders for title, navigation, content, and footer.
- Lets you customise site title, footer text, template filename, and navigation symbols by editing the configuration and recompiling.
Website: fent.uk/projects/kew.html
Support:
Developer: uint23
License: ISC License
kew is written in Go. Learn Go with our recommended free books and free tutorials.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

