dns-witch.net.eu.org/config.toml

25 lines
677 B
TOML
Raw Normal View History

2022-02-01 18:27:02 +00:00
# The URL the site will be built for
2022-02-24 00:27:47 +00:00
base_url = "https://dns-witch.net.eu.org"
# The site title and description; used in feeds by default.
title = "DNS Witch"
description = ""
2022-02-01 18:27:02 +00:00
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
2022-02-24 00:27:47 +00:00
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
2022-02-01 18:27:02 +00:00
# Whether to build a search index to be used later on by a JavaScript library
2022-02-24 00:27:47 +00:00
build_search_index = true
2022-02-01 18:27:02 +00:00
theme = "juice"
[extra]
# Put all your custom variables here
2022-02-24 00:27:47 +00:00
juice_logo_name = "DNSWitch"
juice_logo_path = "/images/witch-svgrepo-com.svg"