57 lines
No EOL
1.6 KiB
TOML
57 lines
No EOL
1.6 KiB
TOML
# 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 = false
|
||
generate_feeds = true
|
||
default_language = "en"
|
||
|
||
author = "mana"
|
||
|
||
[markdown]
|
||
highlight_code = true
|
||
extra_syntaxes_and_themes = ["themes"]
|
||
highlight_theme = "fairyfloss"
|
||
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](...)` isn’t ok
|
||
lazy_async_image = true
|
||
|
||
[slugify]
|
||
paths = "on"
|
||
taxonomies = "on"
|
||
anchors = "on"
|
||
|
||
# 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 = "/", name_en = "peachmoon.moe" },
|
||
{ 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 = "/quiz", name_en = "quizzes" },
|
||
{ url = "/about", name_en = "about" },
|
||
{ url = "/updates", name_en = "updates" },
|
||
{ url = "/links", name_en = "links" },
|
||
{ url = "/contact", name_en = "contact me" }
|
||
]
|
||
|
||
author = "mana"
|
||
display_author = true |