webbed-site/config.toml
2024-02-23 14:35:20 -06:00

42 lines
No EOL
1 KiB
TOML

# 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
theme = "anemone"
minify_html = true
generate_feed = true
default_language = "en"
author = "mana"
display_author = true
twitter_card = false
favicon = "favicon.ico"
[slugify]
paths = "on"
taxonomies = "on"
anchors = "safe"
[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
render_emoji = true
external_links_target_blank = true
smart_punctuation = true
[link_checker]
internal_level = "warn"
[extra]
# Put all your custom variables here
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/" }
]