www/config.toml

48 lines
1.5 KiB
TOML

# 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"
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"
show_menu_items = 7
full_width = false
center = true
copyright = '''
<span>
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> :: Built with <a href="https://www.getzola.org/">Zola</a> :: Themed with <a href="https://github.com/ejmg/zerm">zerm</a>
</span>
'''
logo_text = "Avery Winters"
main_menu = [
{ name = "about", url = "/about/" },
{ name = "mastodon", url = "https://mastodon.averywinters.org/@avery", external = true },
{ name = "codeberg", url = "https://codeberg.org/averywinters", external = true },
{ name = "github", url = "https://github.com/averywinters", external = true },
]
menu_more = "show more"
read_more = "read more"
read_other_posts = "read other posts"
enable_katex = true
disques = { enabled = false, short_name = "" }