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
|
|
|
|
|
|
|
|
[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 = [
|
|
|
|
{ url= "https://codeberg.org/SocialCoding/gitea-open-letter", name = "Sign this letter" }
|
|
|
|
]
|