add about me and hello world
This commit is contained in:
@ -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!
|
||||
|
14
content/post/hello-world/index.md
Normal file
14
content/post/hello-world/index.md
Normal file
@ -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.
|
Reference in New Issue
Block a user