mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-05 16:12:44 +02:00
21 lines
335 B
TOML
21 lines
335 B
TOML
# Zola configuration file
|
|
# https://www.getzola.org/documentation/getting-started/configuration/
|
|
|
|
title = "keys.openpgp.org"
|
|
|
|
# change with --base-url
|
|
base_url = "/about"
|
|
|
|
generate_feeds = true
|
|
feed_filenames = ["atom.xml"]
|
|
|
|
[extra]
|
|
menu = [
|
|
"_index.md",
|
|
"news/_index.md",
|
|
"usage.md",
|
|
"faq.md",
|
|
"stats.md",
|
|
"privacy.md",
|
|
]
|