fixed site

This commit is contained in:
2026-03-29 17:20:43 +02:00
parent c9e3d971c4
commit d433869348
153 changed files with 6766 additions and 1653 deletions
+32 -23
View File
@@ -1,27 +1,29 @@
baseURL = "https://pyte.dev"
languageCode = "en-us"
title = "PyteDev Blog"
theme = "PaperMod"
languageCode = "de-DE"
title = "Demians Blog"
theme = "mana"
[params.homeInfoParams]
Title = "Hey, Im Demian 👋"
Content = "I am a Sysadmin, Email Enthusiast, and Open Source Contributor. I enjoy designing hosting solutions and contributing to open source projects. On this blog, I mostly write about things I've learned throughout my journey, as well as curious topics related to system administration, open source technology, and the web. I'm an active contributor to the [ISPConfig](https://ispconfig.org) project and am currently getting involved with [KDE](https://kde.org)."
[params]
description = "Mein persönlicher Blog über Open-Source Technologien, Hostinglösungen, Linux und den ganzen Rest."
favicon = "favicon.ico"
footerText = "Built with Hugo and Mana ❤️"
# Hero section title (optional - defaults to site.Title)
heroTitleLine1 = "Demians" # First line of hero title
heroTitleLine2 = "Blog" # Second line of hero title (optional)
[[params.socialIcons]]
name = "matrix"
url = "https://matrix.to/#/@pytedev:matrix.org"
[params.avatar]
url = "https://pyte.dev/assets/patrick.png"
[[params.socialIcons]]
name = "email"
url = "mailto:public@pyte.dev"
[params.social]
github = "https://github.com/pyte1"
email = "demian (at) pyte (dot) dev"
[[params.socialIcons]]
name = "github"
url = "https://github.com/pyte1"
[params.assets]
favicon = "/assets/favicon.ico"
[[params.socialIcons]]
name = "mastodon"
url = "https://mastodon.social/pytedev"
#[params.homeInfoParams]
#Title = "Hey, Im Demian 👋"
#Content = "I am a Sysadmin, Email Enthusiast, and Open Source Contributor. I enjoy designing hosting solutions and contributing to open source projects. On this blog, I mostly write about things I've learned throughout my journey, as well as curious topics related to system administration, open source technology, and the web. I'm an active contributor to the [ISPConfig](https://ispconfig.org) project and am currently getting involved with [KDE](https://kde.org)."
[[menu.main]]
identifier = "home"
@@ -35,8 +37,15 @@ name = "Blog"
url = "/posts/"
weight = 20
[[menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = 30
[markup.highlight]
codeFences = true
guessSyntax = true
noClasses = false
style = "catppuccin-macchiato" # Default style
[params.codeHighlight]
darkTheme = "catppuccin-macchiato" # Theme for dark mode
lightTheme = "catppuccin-frappe" # Theme for light mode
[outputs]
home = ["HTML", "JSON"]