46 lines
1.5 KiB
TOML
46 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 = 6
|
|
full_width = false
|
|
center = true
|
|
copyright = "Content and assets licensed CC BY-SA 4.0 unless otherwise noted."
|
|
logo_text = "Avery Winters"
|
|
main_menu = [
|
|
{ name = "about", url = "/about/" },
|
|
{ name = "mastodon", url = "https://mastodon.averywinters.org/@avery", external = true },
|
|
{ name = "matrix", url = "https://matrix.to/#/@avery:averywinters.org", external = true },
|
|
{ name = "git forge", url = "https://git.averywinters.org/", 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 = "" }
|