updae README
This commit is contained in:
parent
a8437f43fa
commit
b79e3e9b0e
2 changed files with 14 additions and 3 deletions
15
README.md
15
README.md
|
|
@ -1,4 +1,15 @@
|
||||||
### kew - K, Enough of Werc
|
### _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.
|
_kew_ is an extremely minimal static site generator written in go inspired by the legendary _werc_ by Uriel @ cat-v.
|
||||||
it uses `lowdown`.
|
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.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# title
|
### kew example site index
|
||||||
|
|
||||||
- simple
|
- simple
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue