webbed-site/config.toml

33 lines
944 B
TOML
Raw Normal View History

2024-02-19 12:03:58 -06:00
# The URL the site will be built for
base_url = "https://peachmoon.moe"
# 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
2024-02-19 23:55:49 -06:00
theme = "anemone"
minify_html = true
generate_feed = true
default_language = "en"
2024-02-19 12:03:58 -06:00
[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
2024-02-19 23:55:49 -06:00
render_emoji = true
external_links_target_blank = true
smart_punctuation = true
2024-02-19 12:03:58 -06:00
[extra]
# Put all your custom variables here
2024-02-19 23:55:49 -06:00
header_nav = [
{ url = "/", name_en = "/🍑🌙/" },
{ url = "/about", name_en = "/about/" },
{ url = "/hyperfixations", name_en = "/hyperfixations/" },
{ url = "/blog", name_en = "/blog/" },
{ url = "/art", name_en = "/art/" }
]
author = "mana"
display_author = true
twitter_card = false