diff --git a/assets/avatar.jpg b/assets/avatar.jpg deleted file mode 100755 index 2c2113a..0000000 Binary files a/assets/avatar.jpg and /dev/null differ diff --git a/assets/icons/brand-linkedin.svg b/assets/icons/brand-linkedin.svg deleted file mode 100644 index fce03a6..0000000 --- a/assets/icons/brand-linkedin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/assets/icons/file-certificate.svg b/assets/icons/file-certificate.svg deleted file mode 100644 index 3e96a0b..0000000 --- a/assets/icons/file-certificate.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/config.toml b/config.toml index ea5828c..c829176 100644 --- a/config.toml +++ b/config.toml @@ -1,10 +1,15 @@ baseURL = 'https://www.tormakristof.eu/' languageCode = 'en-us' -title = 'HomeLab misadventures - Kristof Torma' +title = 'HomeLab misadventures' paginate = 5 theme = "anubis" +enableRobotsTXT: true + [params] +author = "Kristof Torma" +email = "iam@tormakristof.eu" +copyCodeButton: true [params.sidebar] subtitle = 'DevOps Enginner' diff --git a/content/_index.md b/content/_index.md index 530dfe8..6136015 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,8 +1,3 @@ ---- -menu: - main: - name: Home - weight: -100 - params: - icon: home ---- \ No newline at end of file ++++ +author = "Kristof Torma" ++++ diff --git a/content/page/about/index.md b/content/about.md similarity index 95% rename from content/page/about/index.md rename to content/about.md index 316f265..9d67231 100644 --- a/content/page/about/index.md +++ b/content/about.md @@ -5,12 +5,8 @@ lastmod: '2022-04-17' menu: main: weight: -90 - params: - icon: user --- -# About me - Hi! My name is Kristóf Torma and I am a Hungarian DevOpsEngineer/guy. I spend a lot of my free time playing around with my homelab. There is still much for me to learn despite having tried many different technologies and methodologies connected to my hobby and profession as I self-host more and more services to serve yours truly and also my close circle of friends and family. I led a local group of enthusiastic students between 2020 and 2022 called [KSZK](https://kszk.bme.hu/), or in English, a Special Interest Group (SIG) for Computer Science. As a member, and later on, leader of the group, I had the opportunity to operate services for real users and maintain the server and residential network of the Schönherz Dorm, which serves over 1000 students with gigabit Internet access and provides high-quality server colocation services, both to servers operated by us and other students as well. diff --git a/content/post/hello-world/index.md b/content/post/hello-world.md similarity index 82% rename from content/post/hello-world/index.md rename to content/post/hello-world.md index 2416497..ef8d9fc 100644 --- a/content/post/hello-world/index.md +++ b/content/post/hello-world.md @@ -11,6 +11,4 @@ tags = [ ] +++ -# Hello World! - Hello World! This is my statically generated blog. Very modern and fancy. I plan to post here semi-regularly about things that interest me at the time or maybe I'll tear this place down and replace it with an even more modern and facy blank HTML page. \ No newline at end of file