blog/config.toml
2023-03-01 15:19:18 +01:00

46 lines
1.4 KiB
TOML

# The URL the site will be built for
base_url = "https://hya.sk/"
title = "Unmaintained space"
description = "blacksmith computers drumming bujutsu gaming metal beer diy ..."
generate_feed = true
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
taxonomies = [
# You can enable/disable RSS
{name = "tags", feed = true},
]
[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
highlight_theme = "ayu-dark"
# A folder that can contain specific syntaxes
# extra_syntaxes_and_themes = ["syntaxes"]
[extra]
# Put all your custom variables here
internal_links = [
{ path = "blog", name = "Blog" },
{ path = "blog/posts", name = "Archives" },
{ path = "tags", name = "Tags" },
{ path = "atom.xml", name = "ATOM" },
{ path = "links", name = "Links" },
]
external_links = [
{ path = "https://git.hya.sk/skia", name = "git" },
{ path = "https://gitlab.com/hyask", name = "GitLab" },
{ path = "https://github.com/Hyask", name = "GitHub" },
{ path = "https://listenbrainz.org/user/Skia/", name = "Listenbrainz" },
{ path = "https://hya.sk/ip", name = "IP" },
{ path = "https://hya.sk/archives/", name = "Archives" },
]