summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
-rw-r--r--example/index.md2
2 files changed, 14 insertions, 3 deletions
diff --git a/README.md b/README.md
index 923a404..b1ff373 100644
--- a/README.md
+++ b/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`.
+
+
+**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.
diff --git a/example/index.md b/example/index.md
index 9661d91..89a2643 100644
--- a/example/index.md
+++ b/example/index.md
@@ -1,3 +1,3 @@
-# title
+### kew example site index
- simple