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