www/config.toml

54 lines
1.8 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"
description = "Avery Winters' personal site and blog."
default_language = "en"
2025-01-15 13:50:07 -06:00
theme = "terminimal"
2023-09-14 14:51:37 -05:00
compile_sass = true
minify_html = false
2025-01-15 13:50:07 -06:00
generate_feeds = true
feed_filenames = ["atom.xml"]
feed_limit = 20
author = "Avery Winters"
2023-09-14 14:51:37 -05:00
taxonomies = [{ name = "tags" }]
2025-01-15 13:50:07 -06:00
build_search_index = false
generate_sitemap = true
generate_robots_txt = true
2023-09-14 14:51:37 -05:00
[markdown]
highlight_code = true
2025-01-15 13:50:07 -06:00
highlight_theme = "nord"
2023-09-14 14:51:37 -05:00
external_links_no_follow = true
external_links_no_referrer = true
smart_punctuation = false
[extra]
2025-01-15 13:50:07 -06:00
accent_color = "blue"
background_color = "blue"
logo_text = "Avery Winters"
2023-09-14 14:51:37 -05:00
author = "Avery Winters"
2025-01-15 13:50:07 -06:00
copyright_html = '''
<span><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a></span>
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
</span>
'''
2025-01-15 13:50:07 -06:00
menu_items = [
2023-09-14 14:51:37 -05:00
{ name = "about", url = "/about/" },
2025-01-15 13:50:07 -06:00
{ name = "tags", url = "/tags/" },
{ name = "rss", url = "/atom.xml" },
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 = "blogroll", url = "/blogroll.xml" },
{ name = "podroll", url = "/podroll.xml" }
2023-09-14 14:51:37 -05:00
]
2025-01-15 13:50:07 -06:00
enable_post_view_navigation = true
favicon = "/img/favicon.ico"
favicon_mimetype = "image/x-icon"
page_titles = "combined"