Initial commit

This commit is contained in:
Demian
2025-05-12 08:54:44 +02:00
commit 128b34c8e8
46 changed files with 3079 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
baseURL = ""
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 = "@pytedev:matrix.org"
[[params.socialIcons]]
name = "email"
url = "public@pyte.dev"
[[params.socialIcons]]
name = "github"
url = "https://github.com/pyte1"
[[params.socialIcons]]
name = "mastodon"
url = "https://mastodon.socail/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