1. vokobe2
1.1. s-expressions
1.1.1. metadata
(meta
(tag "project" "vokobe")
(published "2026-09-16")
(modified "2026-09-16")
(author "Emile")
(info "published" "tag"))
1.1.2. queries
For example this is what creates the list on the blog page:
(query
(where (tag "blog"))
(sort "date" desc)
(cols ("Title" "title")
("Published" "published")
("Modified" "modified"))
(format table))