You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/tests/fixtures/new/.zk/config.toml

23 lines
380 B
TOML

[note]
template = "default.md"
filename = "{{slug title}}"
[group.date.note]
template = "empty.md"
filename = "{{format-date now '%d-%m'}}"
[group.date-raw.note]
template = "empty.md"
filename = "{{now}}"
[group.id.note]
template = "empty.md"
filename = "{{id}}"
[group.handlebars.note]
template = "handlebars.md"
[group.handlebars.extra]
key = "value"
visibility = "public"