Initial commit
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
baseURL = ""
|
||||
languageCode = "en-us"
|
||||
title = "PyteDev Blog"
|
||||
theme = "PaperMod"
|
||||
|
||||
[params.homeInfoParams]
|
||||
Title = "Hey, I’m 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
|
||||
Reference in New Issue
Block a user