I dont know what Im doing

This commit is contained in:
Erik Grobecker 2024-10-03 17:07:46 +02:00
parent db09fdde41
commit 058a73b159
Signed by: Erik
GPG key ID: 80D020D0ABBD3FB2
9 changed files with 161 additions and 19 deletions

View file

@ -10,6 +10,8 @@ compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
author = "Erik"
# smart_punctuation = true
# bottom_footnotes = true
@ -22,6 +24,7 @@ smart_punctuation = true
bottom_footnotes = true
extra_syntaxes_and_themes = ["syntaxes/"]
[extra]
# Put all your custom variables here
default_theme = "dark"
@ -32,13 +35,15 @@ katex = true
accent_color = "#ff7800"
# Ditto but for the dark theme.
# If not set regular variant will be used.
accent_color_dark = "#ffa348"
accent_color_dark = "#380891"
# Ditto but for the dark theme.
fix_contrast_dark = true
show_read_time = true
show_copy_button = true
[extra.nav]
# Whether to show the Atom/RSS feed button in the nav
show_feed = true
@ -51,12 +56,13 @@ show_repo = true
# i.e. "@/blog/_index.md".
# See https://www.getzola.org/documentation/content/linking/#internal-links
links = [
{ name = "Links", menu = [
{ url = "@/blog/_index.md", name = "Blog" },
# { url = "@/demo/index.md", name = "Demo" },
# { url = "@/mods/index.md", name = "Mods" },
] },
{ url = "https://daudix.one/coffee/", name = "Coffee" },
# { name = "Links", menu = [
# { url = "@/blog/_index.md", name = "Blog" },
# # { url = "@/demo/index.md", name = "Demo" },
# # { url = "@/mods/index.md", name = "Mods" },
# ] },
{ url = "@/blog/_index.md", name = "Blog"},
# { url = "https://daudix.one/coffee/", name = "Coffee" },
]
[extra.footer]
@ -66,7 +72,7 @@ links = [
{ url = "@/blog/_index.md", name = "Blog" },
# { url = "@/demo/index.md", name = "Demo" },
# { url = "@/mods/index.md", name = "Mods" },
{ url = "https://daudix.one/coffee/", name = "Coffee" },
# { url = "https://daudix.one/coffee/", name = "Coffee" },
]
[extra.toc]