afg-website/config.toml

31 lines
1,018 B
TOML
Raw Normal View History

2024-05-11 13:51:37 +02:00
# The URL the site will be built for
base_url = "https://eit.rptu.de/gruppen/amateurfunkforschungsgruppe/"
# 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
title = "Amateurfunkforschungsgruppe"
description = "DL0XK - Amateurfunk an der RPTU"
generate_feed = true
feed_filename = "rss.xml"
[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
# Whether external links are to be opened in a new tab
# If this is true, a `rel="noopener"` will always automatically be added for security reasons
external_links_target_blank = true
# Whether to set rel="nofollow" for all external links
external_links_no_follow = false
# Whether to set rel="noreferrer" for all external links
external_links_no_referrer = false
[extra]
# Put all your custom variables here