summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-10-28 00:51:33 +0200
committerJonas Smedegaard <dr@jones.dk>2021-10-28 00:51:33 +0200
commite5f5aa061409030fc63b04704b3b3f3f703b16b1 (patch)
tree023a4309b5a5ff8a25c040ef499fd6bbdfdabb85
parentd94a0c554948253d2a7ac73e00185d91e3983503 (diff)
Add Zola
-rw-r--r--DEVELOP.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/DEVELOP.md b/DEVELOP.md
index 83f9d49..6a163df 100644
--- a/DEVELOP.md
+++ b/DEVELOP.md
@@ -81,6 +81,18 @@ and encourage use of alternative native [Micropub clients].
* [x] tracking: git, content optionally separated and/or layered
+## Zola
+
+ * [x] read: static server-pre-rendered pages and media
+ * [x] inline-search: static pre-computed index + dynamic client-rendered result page
+ * [-] remote-search: unsupported
+ * [-] inline-edit: unsupported
+ * [x] remote-edit: git hook
+ * [x] markup: standard Commonmark with TOML metadata header
+ * [x] source: plaintext files and plain media files
+ * [x] tracking: git, content optionally separated and/or layered
+
+
## Ideal
* [x] read: static server-pre-rendered pages and media