No description
Find a file
2025-12-19 20:03:42 +00:00
example updae README 2025-12-19 20:03:42 +00:00
.gitignore update gitignore 2025-12-19 19:46:39 +00:00
go.mod src boilerplate 2025-12-19 16:55:31 +00:00
kew.go add footer parsing 2025-12-19 19:48:21 +00:00
LICENSE initial commit 2025-12-19 16:34:29 +00:00
README.md updae README 2025-12-19 20:03:42 +00:00

kew - K, Enough of Werc

kew is an extremely minimal static site generator written in go inspired by the legendary werc by Uriel @ cat-v.
it uses lowdown.

why make this when werc exists?
werc is a fantastic program but has its own tradeoffs:

  • it is a dynamic web system, not a static site generator
  • it requires Plan9 utils (rc-shell)
  • it is slow

kew fixes these by adopting a different philosophy:
werc treats the site as a dynamic system,
kew treats the site as a build output.