www/config.toml

53 lines
1.7 KiB
TOML
Raw Normal View History

2023-09-14 14:51:37 -05:00
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# SPDX-License-Identifier: MPL-2.0
base_url = "/"
title = "Avery Winters"
2024-12-18 16:16:28 -06:00
author = "Avery Winters"
2023-09-14 14:51:37 -05:00
description = "Avery Winters' personal site and blog."
default_language = "en"
theme = "zerm"
compile_sass = true
minify_html = false
generate_feed = true
taxonomies = [{ name = "tags" }]
build_search_index = true
[markdown]
highlight_code = true
highlight_theme = "gruvbox-dark"
external_links_no_follow = true
external_links_no_referrer = true
smart_punctuation = false
[extra]
author = "Avery Winters"
show_author = false
show_categories = false
show_tags = true
theme_color = "blue"
2023-11-28 22:15:51 -06:00
show_menu_items = 7
2023-09-14 14:51:37 -05:00
full_width = false
center = true
copyright = '''
<span>
2024-12-18 16:22:39 -06:00
<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a> :: Built with <a href="https://www.getzola.org/">Zola</a> :: Themed with <a href="https://github.com/ejmg/zerm">zerm</a>
</span>
'''
2023-09-14 14:51:37 -05:00
logo_text = "Avery Winters"
main_menu = [
{ name = "about", url = "/about/" },
2024-01-15 12:39:34 -06:00
{ name = "mastodon", url = "https://floss.social/@averywinters", external = true },
2023-09-14 14:51:37 -05:00
{ name = "codeberg", url = "https://codeberg.org/averywinters", external = true },
{ name = "github", url = "https://github.com/averywinters", external = true },
2024-12-18 16:16:28 -06:00
{ name = "rss", url = "/atom.xml" },
{ name = "blogroll", url = "/blogroll.xml" },
{ name = "podroll", url = "/podroll.xml" }
2023-09-14 14:51:37 -05:00
]
menu_more = "show more"
read_more = "read more"
read_other_posts = "read other posts"
enable_katex = true
disques = { enabled = false, short_name = "" }