change front page

This commit is contained in:
Lukas Vacula 2024-11-21 15:56:14 -05:00
parent ee45ba6d63
commit 207a503207
2 changed files with 6 additions and 4 deletions

View File

@ -5,6 +5,8 @@ template = "index.html"
in_search_index = true
+++
Hi there! I'm Lukas. This is the website where I host notes about programming, homelabbing, and other topics that interest me. Not all topics are technical.
I moved from Wordpress to Zola on 2023-11-17. Please pardon the limited content and/or bugs as I develop the site.
Hi there!
I'm Lukas.
This is the website where I host notes about programming, homelabbing, and other topics that interest me.
Not all topics are technical.
You can check the "Posts" page for longer articles and "Shortnotes" for shorter, off-the-cuff items.

View File

@ -5,7 +5,7 @@ date = 2024-11-21
# updated = 2024-11-21
#draft = true
[taxonomies]
tags = []
tags = ["linux","satellite","ansible"]
+++
This post outlines a solution I came up with for a recent problem at work: detecting if servers required a reboot after an update.