Files
website/config.toml
T
2026-03-29 17:20:43 +02:00

52 lines
1.6 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
baseURL = "https://pyte.dev"
languageCode = "de-DE"
title = "Demians Blog"
theme = "mana"
[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.avatar]
url = "https://pyte.dev/assets/patrick.png"
[params.social]
github = "https://github.com/pyte1"
email = "demian (at) pyte (dot) dev"
[params.assets]
favicon = "/assets/favicon.ico"
#[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"
name = "Home"
url = "/"
weight = 10
[[menu.main]]
identifier = "posts"
name = "Blog"
url = "/posts/"
weight = 20
[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"]