From 056a1363b54099c7ae8e356481b7afdd3e507dbb Mon Sep 17 00:00:00 2001 From: spetznas Date: Thu, 16 Apr 2026 10:27:26 +0200 Subject: [PATCH] Updated the site --- README.md | 0 assets/.gitkeep | 0 config.toml | 4 ++-- content/.gitkeep | 0 content/about.md | 20 ++++++++++++++++++-- data/.gitkeep | 0 i18n/.gitkeep | 0 layouts/.gitkeep | 0 static/.gitkeep | 0 9 files changed, 20 insertions(+), 4 deletions(-) mode change 100755 => 100644 README.md mode change 100755 => 100644 assets/.gitkeep mode change 100755 => 100644 content/.gitkeep mode change 100755 => 100644 data/.gitkeep mode change 100755 => 100644 i18n/.gitkeep mode change 100755 => 100644 layouts/.gitkeep mode change 100755 => 100644 static/.gitkeep diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/assets/.gitkeep b/assets/.gitkeep old mode 100755 new mode 100644 diff --git a/config.toml b/config.toml index 2c2f409..8a608fd 100755 --- a/config.toml +++ b/config.toml @@ -13,12 +13,12 @@ pagination.pagerSize = 5 centerTheme = false favicon = "favicon.png" [params.logo] - logoText = "Stefan Made" + logoText = "StefanMade" logoHomeLink = "/" [languages] [languages.en] - title = "NetInfection" + title = "StefanMade" copyright = "" [languages.en.params] subtitle = "A simple, retro theme for Hugo" diff --git a/content/.gitkeep b/content/.gitkeep old mode 100755 new mode 100644 diff --git a/content/about.md b/content/about.md index 604e816..620a224 100755 --- a/content/about.md +++ b/content/about.md @@ -4,6 +4,22 @@ date = "2026-02-11" author = "Stefan" +++ -This website is supposed to function as a Homepage on the internet. It provides Search Engines, interesting links and the like. +## Who are you? -Thank you for checking it out. +My name is Stefan. I was born and raised in Germany while my parents come from the former USSR, from Russia and Ukraine accordingly.\ +I’m a pretty normal guy who’s into Eastern Orthodox Christianity. I converted into the Russian Orthodox Church out of Lutheranism in March 2024 after a long while of researching Church History, Theology and apologetics besides attending and helping out at Church. + +Some of my interests/hobbies include (but are not limited to) in no particular order: + + - Technology + - Electronics + - Linux + - [Self-hosting](https://landchad.net/) + - Privacy + - [Orthodox Christianity](https://orthochristian.com/) + - [Reading](https://slavabozhie.com/library) + - Riding my bike + +That’s basically all you’re gonna get from me here. If you wanna know more, feel free to hit me up through my [contact page](/contact). + +Thank you for taking the time to traverse my site. I appreciate it alot. diff --git a/data/.gitkeep b/data/.gitkeep old mode 100755 new mode 100644 diff --git a/i18n/.gitkeep b/i18n/.gitkeep old mode 100755 new mode 100644 diff --git a/layouts/.gitkeep b/layouts/.gitkeep old mode 100755 new mode 100644 diff --git a/static/.gitkeep b/static/.gitkeep old mode 100755 new mode 100644