wrenix.eu/config.toml
2024-11-07 20:34:34 +01:00

103 lines
2.8 KiB
TOML

base_url = "https://wrenix.eu"
title = "WrenIX"
description = "Der Zaunkönig im Netzwerk"
compile_sass = true
minify_html = true
# BROKEN: trimmer.de
build_search_index = false
# theme = "anatole-zola"
# theme = "tabi"
# theme = "terminimal"
theme = "adidoks"
taxonomies = [
# {name = "tags"}
{name = "authors" }
]
generate_feeds = true
feed_filenames = [ "rss.xml" ]
default_language = "de"
[languages.en]
title = "WrenIX"
description = "The wren in the network"
[search]
include_title = true
# Whether to include the description of the page/section in the index
include_description = false
include_content = true
index_format = "elasticlunr_javascript"
[markdown]
external_links_target_blank = true
# 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 = "base16-ocean-light"
[extra]
accent_color = "blue"
background_color = "blue"
logo_text="WrenIX"
author="WrenIX"
page_titles = "main_only"
timeformat = "%Y-%m-%d"
favicon = "/images/avatar.png"
favicon_mimetype = "image/png"
[extra.open]
enable = false
image = "/images/avatar.png"
[extra.schema]
type = "Person"
github = "https://github.com/wrenix"
section = "blog"
site_links_search_box = true
[[extra.menu.main]]
name="Blog"
section="blog"
url="/"
[[extra.menu.main]]
name="About Me"
section="about"
url="about"
[[extra.menu.main]]
name="Docs"
section="docs"
url="docs"
[[extra.menu.social]]
name="RSS"
pre='''<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss"><path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle></svg>'''
url="/rss.xml"
[[extra.menu.social]]
name="Mastodon"
pre='''<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-activity"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline></svg>'''
url="https://social.chaos.fyi/@wrenix"
[[extra.menu.social]]
name="git"
pre='''<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-branch"><line x1="6" y1="3" x2="6" y2="15"></line><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M18 9a9 9 0 0 1-9 9"></path></svg>'''
url="https://codeberg.org/wrenix"
[extra.footer]
info = "© WrenIX"
[[extra.footer.nav]]
name = "Privacy"
url = "/privacy-policy/"
weight = 10