From 4a9da2db378dc8898454c979a1e19f5f6a8d30e7 Mon Sep 17 00:00:00 2001 From: Paul Montag Date: Mon, 28 Jul 2025 23:31:58 -0500 Subject: [PATCH] More changes --- config.yml | 4 ++++ content/about.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 6ebf689..9978e68 100644 --- a/config.yml +++ b/config.yml @@ -118,6 +118,10 @@ menu: name: about url: /about/ weight: 10 + - identifier: resume + name: resume + url: /resume/ + weight: 20 # Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma pygmentsUseClasses: true diff --git a/content/about.md b/content/about.md index a863452..0ea2e44 100644 --- a/content/about.md +++ b/content/about.md @@ -3,4 +3,8 @@ title = 'About' date = 2024-10-07T06:53:00-05:00 +++ -Whoa, you came to the about page?! Little creepy to want to know so much about me no? Anyway, I am a Father (one daughter), husband (one wife) and Software Engineer at a major retailer. I work on an observability team, providing the tools and infrastructure necessary for other engineers to understand the health of their applications. I also get up at crazy early times to dive into topics of interest, write blog posts and do a bit of light reading. Also, never totally mastered proper spelling, and lean quite heavily on spell check. If you see any mistakes, grammar or otherwise, let me know and I'll fix it; maybe. +Whoa, you came to the about page?! Little creepy to want to know so much about me no? Anyway, I am a Father (one daughter), husband (one wife) and Software Engineer at a major retailer. I work on an observability team, providing the tools and infrastructure necessary for other engineers to understand the health of their applications. I also get up at crazy early or uncomfortably late times to dive into topics of interest, write blog posts and do a bit of light reading. Also, never totally mastered proper spelling, and lean quite heavily on spell check. If you see any mistakes, grammar or otherwise, let me know and I'll fix it; maybe. + +During my day job I like to solve problems by automating them away. If something has to be done more than once I have a bash script in my `~/.bin/` directory, usually with some help text, to get it done quickly. In other words awk and the `|` have treated me well. If the problem is more complex I will create the tools needed (Often with Go, Rust or something else) to solve it in the most simple yet generic way. I love taking on big novel challenges that require creativity or those annoying problems that no one could quite figure out. + +When I am not working I enjoy a plethora of circulating hobbies such as hiking, drumming, painting, drawing, photography, woodworking, cooking, barbecuing, running, writing and more software engineering. That isn't to say I am good at all these things, but I do enjoy them.