diff --git a/config.toml b/config.toml index e11fc6a..20a599d 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = 'https://www.tormakristof.eu/' languageCode = 'en-us' -title = 'Kristóf Torma' +title = 'HomeLab misadventures - Kristóf Torma' paginate = 5 [[module.imports]] path = 'github.com/CaiJimmy/hugo-theme-stack/v3' @@ -20,13 +20,14 @@ disable = false math = false toc = true readingTime = true + [[menu.main]] -identifier = "linkedin" -name = "LinkedIn" -url = "https://www.linkedin.com/in/tormakris" +identifier = "cv" +name = "CV" +url = "https://cv.tormakristof.eu" [menu.main.params] - icon = "brand-linkedin" + icon = "file-certificate" [[menu.main]] identifier = "github" @@ -36,11 +37,10 @@ url = "https://github.com/tormachris" [menu.main.params] icon = "brand-github" - [[menu.main]] -identifier = "cv" -name = "CV" -url = "https://cv.tormakristof.eu" +identifier = "linkedin" +name = "LinkedIn" +url = "https://www.linkedin.com/in/tormakris" [menu.main.params] - icon = "file-certificate" + icon = "brand-linkedin" diff --git a/content/page/about/index.md b/content/page/about/index.md index b4ca074..674d28f 100644 --- a/content/page/about/index.md +++ b/content/page/about/index.md @@ -1,5 +1,5 @@ --- -title: About Me +title: About me date: '2022-04-17' lastmod: '2022-04-17' menu: @@ -9,4 +9,10 @@ menu: icon: user --- -Hey hey people. +# About me + +Hi! I'm Kristóf Torma and I am a Hungarian DevOps guy. I spend most if my time playing around with my homelab. There is still much to learn for me despite having tried many different ways to host services for myself and my close circle of friends and family. I try to keep things simple and on a reasonable budget, but I would rather do something right than cheap. + +I lead a local group of students enthusiastic about computer science From 2020 until 2022. We are [KSZK](https://kszk.bme.hu/), or in English SIG for Computer Science. As a member I had the opportunity to operate services for real users and maintain the network of the Schönherz Dorm. + +I use this blog to share my recent misadventures and lessons learned on a semi-frequent basis. Watch this space to learn with me! diff --git a/content/post/hello-world/index.md b/content/post/hello-world/index.md new file mode 100644 index 0000000..b618dab --- /dev/null +++ b/content/post/hello-world/index.md @@ -0,0 +1,14 @@ ++++ +author = "Kristóf Torma" +title = "Hello World" +date = "2022-04-17" +description = "Welcome to my blog!" +categories = [ + "personal" +] +tags = [ + "personal" +] ++++ + +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