2024-02-19 12:03:58 -06:00
|
|
|
# The URL the site will be built for
|
2024-02-23 14:35:20 -06:00
|
|
|
base_url = "https://peachmoon.moe/"
|
2024-02-19 12:03:58 -06:00
|
|
|
|
2024-02-27 07:28:33 -06:00
|
|
|
title = "🍑🌙 peachmoon"
|
|
|
|
description = "a small peach fairy's website"
|
|
|
|
|
2024-02-19 12:03:58 -06:00
|
|
|
# Whether to automatically compile all Sass files in the sass directory
|
|
|
|
compile_sass = true
|
|
|
|
|
2024-02-27 07:28:33 -06:00
|
|
|
author = "mana"
|
|
|
|
display_author = true
|
|
|
|
|
2024-02-19 12:03:58 -06:00
|
|
|
# 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-20 14:48:12 -06:00
|
|
|
twitter_card = false
|
|
|
|
favicon = "favicon.ico"
|
2024-02-19 12:03:58 -06:00
|
|
|
|
2024-02-20 04:10:21 -06:00
|
|
|
[slugify]
|
|
|
|
paths = "on"
|
|
|
|
taxonomies = "on"
|
|
|
|
anchors = "safe"
|
|
|
|
|
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
|
|
|
|
2024-02-20 04:10:21 -06:00
|
|
|
[link_checker]
|
|
|
|
internal_level = "warn"
|
|
|
|
|
2024-02-19 12:03:58 -06:00
|
|
|
[extra]
|
|
|
|
# Put all your custom variables here
|
2024-03-06 12:19:53 -06:00
|
|
|
author = "mana"
|
|
|
|
display_author = true
|
2024-02-19 23:55:49 -06:00
|
|
|
header_nav = [
|
2024-02-23 04:44:34 -06:00
|
|
|
{ url = "/", name_en = "🍑🌙" },
|
2024-02-19 23:55:49 -06:00
|
|
|
{ url = "/about", name_en = "/about/" },
|
|
|
|
{ url = "/hyperfixations", name_en = "/hyperfixations/" },
|
|
|
|
{ url = "/blog", name_en = "/blog/" },
|
2024-02-24 13:11:44 -06:00
|
|
|
{ url = "/rkgk", name_en = "/rkgk/" }
|
2024-02-27 07:28:33 -06:00
|
|
|
]
|