69 lines
1.2 KiB
TOML
69 lines
1.2 KiB
TOML
base_url = "https://wrenix.eu"
|
|
title = "WrenIX"
|
|
description = "Der Zaunkönig im Netzwerk"
|
|
|
|
generate_feed = true
|
|
compile_sass = true
|
|
build_search_index = false
|
|
|
|
# theme = "anatole-zola"
|
|
# theme = "tabi"
|
|
theme = "terminimal"
|
|
|
|
taxonomies = [
|
|
{name = "tags"}
|
|
]
|
|
|
|
feed_filename = "rss.xml"
|
|
|
|
default_language = "de"
|
|
[languages.en]
|
|
|
|
[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"
|
|
copyright_html="© WrenIX"
|
|
|
|
use_full_hack_font = true
|
|
page_titles = "main_only"
|
|
|
|
favicon = "/images/avatar.png"
|
|
favicon_mimetype = "image/png"
|
|
|
|
[[extra.menu_items]]
|
|
name="home"
|
|
url="$BASE_URL"
|
|
|
|
[[extra.menu_items]]
|
|
name="archive"
|
|
url="$BASE_URL/archive"
|
|
|
|
[[extra.menu_items]]
|
|
name="about me"
|
|
url="$BASE_URL/about"
|
|
|
|
[[extra.menu_items]]
|
|
name="rss"
|
|
url="$BASE_URL/rss.xml"
|
|
newtab=true
|
|
|
|
[[extra.menu_items]]
|
|
name="mastodon"
|
|
url="https://chaos.social/wrenix"
|
|
newtab=true
|
|
|
|
[[extra.menu_items]]
|
|
name="git"
|
|
url="https://codeberg.org/wrenix"
|
|
newtab=true
|