Repos / s4g / b92dc21174
commit b92dc211746dce59cdf1be6e1dd0f70ef5839203
Author: Nhân <hi@imnhan.com>
Date:   Sun Jul 9 17:42:06 2023 +0700

    readme flavor text

diff --git a/README.md b/README.md
index 4b54e64..7b6b91d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,14 @@
 **Warning: work in progress**
 
+WebMaker2000 is an in-place static site generator, meaning processed files are
+stored right next to their sources. This simplifies composing (source dir
+layout _is_ finished website layout) and publishing (simply `rsync`/`git push`
+your whole dir).
+
+The markup language of choice is [Djot](https://djot.net/) because it's the
+only Markdown derivative that actually tries to be both unambiguous _and_
+useful.
+
 Requirements: `go`, `node`.
 
 ```sh