diff options
-rw-r--r-- | DEVELOP.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |