tmp-gitea/config.toml

20 lines
665 B
TOML
Raw Normal View History

2022-10-27 21:51:00 +05:30
# The URL the site will be built for
2022-10-28 00:03:07 +05:30
base_url = "https://gitea-open-letter.coding.social/"
2022-10-27 21:51:00 +05:30
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
2022-10-30 14:04:27 +05:30
generate_feed = true
2022-10-27 21:51:00 +05:30
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
[extra]
anpu_menu_links = [
2022-10-30 14:04:27 +05:30
{ url= "/updates", name = "Updates" },
{ url= "https://codeberg.org/SocialCoding/gitea-open-letter/src/branch/main/README.md", name = "Sign this letter" },
2022-10-27 21:51:00 +05:30
]