From 29be418e6993993304b1dd9021c6f3205c3c7893 Mon Sep 17 00:00:00 2001 From: Madison Date: Tue, 29 Apr 2025 00:46:52 -0700 Subject: [PATCH] Updated hi-there post --- content/posts/hi-there.md | 17 ++++++++++++++++- hugo.toml | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/content/posts/hi-there.md b/content/posts/hi-there.md index bbe0259..9ac75aa 100644 --- a/content/posts/hi-there.md +++ b/content/posts/hi-there.md @@ -8,4 +8,19 @@ title = 'Hi There' I don't know. I kind of felt like getting into blogging. I like sharing my ideas, my rambles, my thoughts. -My... inner husky. Bark. \ No newline at end of file +My... inner husky. Bark. + +So anyways. Hi! My name's Madison. I'm a husky! By day, I'm a cybersecurity professional, currently working with vulnerability detection and remediation. By night, I do silly stuff like this! + +I'm trans, pan, poly, and therian! Bark bark! Also uh, obviously a furry. In case you couldn't tell. + +As of current, my hyperfixation are: + * Trains! Trains trains trains trains trains gosh I could infodump about trains all day + * Severe weather! I'm actually working on a Discord bot for watching / tracking severe weather! + * Electrical infrastructure - I realize that's a super weird one, but it's just *so fascinating*. Did you know that many consider it one of, if not the, largest machine in North America? + +I also have a small-ish homelab (I mean, small is relative? But man, look at some of the people on r/homelab or r/homedatacenter), and spend my free time often on systems administration. + +And games! Games games games! Transport Fever 2, OpenTTD, Locomotion, Roller Coaster Tycoon, Planet Coaster, Modded Minecraft... and so many, many much more. + +So uh, take a seat! Have some coffee. Or some tea. Enjoy yourself! \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 3ada40e..99e1b8c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,6 @@ baseURL = 'https://example.org/' languageCode = 'en-us' -title = "Don't give huskies technology." +title = "Don't give huskies technology. They break things." theme = 'hugo-PaperMod' author = 'Madison' ShowReadingTime = true