No description
Find a file
2025-12-19 22:48:41 +00:00
example King James I of England has rented some of my property 2025-12-19 22:48:41 +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.1 create manpage 2025-12-19 22:36:21 +00:00
kew.go rename fix_md_references->replace_md_references; better naming 2025-12-19 21:29:53 +00:00
LICENSE initial commit 2025-12-19 16:34:29 +00:00
logo.png add border around logo 2025-12-19 22:40:34 +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.