No description
Find a file
2025-12-19 21:24:54 +00:00
example skip all index files when building navbar 2025-12-19 20:55:25 +00:00
.gitignore update gitignore 2025-12-19 19:46:39 +00:00
config.go delegate config to config.go 2025-12-19 21:24:54 +00:00
go.mod src boilerplate 2025-12-19 16:55:31 +00:00
kew.go delegate config to config.go 2025-12-19 21:24:54 +00:00
LICENSE initial commit 2025-12-19 16:34:29 +00:00
logo.png add logo to README, resize logo to 256px 2025-12-19 21:20:04 +00:00
logo.psd add logo 2025-12-19 20:42:09 +00:00
README.md add logo to README, resize logo to 256px 2025-12-19 21:20:04 +00:00

img

- 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.