add about me and hello world
This commit is contained in:
parent
45417a1292
commit
8068e1e912
20
config.toml
20
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"
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user