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=''''''
url="/rss.xml"
[[extra.menu.social]]
name="Mastodon"
pre=''''''
url="https://social.chaos.fyi/@wrenix"
[[extra.menu.social]]
name="git"
pre=''''''
url="https://codeberg.org/wrenix"
[extra.footer]
info = "© WrenIX"
[[extra.footer.nav]]
name = "Privacy"
url = "/privacy-policy/"
weight = 10