Files
website/config.toml
T
2025-05-12 09:26:17 +02:00

43 lines
1.1 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 = "en-us"
title = "PyteDev Blog"
theme = "PaperMod"
[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.socialIcons]]
name = "matrix"
url = "https://matrix.to/#/@pytedev:matrix.org"
[[params.socialIcons]]
name = "email"
url = "mailto:public@pyte.dev"
[[params.socialIcons]]
name = "github"
url = "https://github.com/pyte1"
[[params.socialIcons]]
name = "mastodon"
url = "https://mastodon.social/pytedev"
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 10
[[menu.main]]
identifier = "posts"
name = "Blog"
url = "/posts/"
weight = 20
[[menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = 30