webbed-site/config.toml
2024-05-22 21:50:38 -05:00

49 lines
No EOL
1.2 KiB
TOML

# The URL the site will be built for
base_url = "https://peachmoon.moe/"
title = "🍑🌙 peachmoon"
description = "a small peach fairy's website"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
author = "mana"
display_author = 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"
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
author = "mana"
display_author = true
header_nav = [
{ url = "/", name_en = "🍑🌙" },
{ url = "/about", name_en = "-about-" },
{ url = "/now", name_en = "-now-" },
{ url = "/hyperfixations", name_en = "-hyperfix-" },
{ url = "/blog", name_en = "-blog-" },
{ url = "/rkgk", name_en = "-rkgk-" }
]