webbed-site/config.toml
onomanapeia aa2c697a99 tweaks
2024-07-08 15:37:56 -05:00

52 lines
No EOL
1.4 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# The URL the site will be built for
base_url = "https://peachmoon.moe"
title = "🍑🌙 peachmoon"
description = "a small peach fairy's website"
compile_sass = true
minify_html = true
generate_feeds = true
default_language = "en"
author = "mana"
[markdown]
highlight_code = true
render_emoji = true
external_links_target_blank = true
smart_punctuation = true
# Whether to set decoding="async" and loading="lazy" for all images
# When turned on, the alt text must be plain text.
# For example, `![xx](...)` is ok but `![*x*x](...)` isnt ok
lazy_async_image = true
[slugify]
paths = "on"
taxonomies = "on"
anchors = "safe"
# Whether to remove date prefixes for page path slugs.
# For example, content/posts/2016-10-08_a-post-with-dates.md => posts/a-post-with-dates
# When true, content/posts/2016-10-08_a-post-with-dates.md => posts/2016-10-08-a-post-with-dates
paths_keep_dates = false
[extra]
# Put all your custom variables here
header_nav = [
{ url = "/blog", name_en = "blog" },
{ url = "/now", name_en = "now" },
{ url = "/webcore", name_en = "webcore" },
{ url = "/music", name_en = "music" },
{ url = "/games", name_en = "games" },
{ url = "/fridge", name_en = "the fridge" },
{ url = "/rkgk", name_en = "rkgk" },
{ url = "/about", name_en = "about" },
{ url = "/updates", name_en = "updates" },
{ url = "/contact", name_en = "contact me" }
]
author = "mana"
display_author = true