Compare commits

...

5 Commits

Author SHA1 Message Date
106f4e064c Initial start on Cooking Time Management 2025-04-30 17:10:25 -07:00
b9407cc036 Published Hi There 2025-04-29 23:42:12 -07:00
dc9a80f055 Added About page 2025-04-29 23:41:54 -07:00
9f963f4700 Added flags in footer hugo file. 2025-04-29 23:41:46 -07:00
e5b117dbbc Added flags in footer plus footer code. Updated submodule. 2025-04-29 23:41:29 -07:00
10 changed files with 85 additions and 2 deletions

16
content/about.md Normal file
View File

@@ -0,0 +1,16 @@
+++
date = '2025-04-29T18:31:47-07:00'
draft = false
title = 'About Me'
hidemeta = true
+++
Hi there! My name's Madison, and this here be my blog.
During the day, I'm mostly cybersecurity professional, slightly systems administrator at $utility. Most of what I do currently is vulnerability detection and remediation, though I do a bit of code security as well.
At night, I enjoy [cooking](/tags/cooking), plenty of video games, and babying my [homelab](/tags/homelab) (or possibly whipping it into submission for the like... 5th time).
I'm trans, pan (or, as I've seen it called by my doctor's office, Bi+), poly, and a big ol therian husky puppygirl. I'm also a furry, though it might not be as obvious.
So stick around. Grab a coffee, I'll make you a coffee cake, and enjoy my ramblings about things.

View File

@@ -0,0 +1,7 @@
+++
date = '2025-04-29T23:35:50-07:00'
draft = true
title = 'Time Management and Cooking'
description = 'Honestly, how do people not constantly burn things.'
summaryc = 'Honestly, how do people not constantly burn things.'
+++

View File

@@ -1,7 +1,8 @@
+++
date = '2025-04-28T00:14:47-07:00'
draft = true
draft = false
title = 'Hi There'
tags = ['personal', 'misc']
+++
## Well then. Uh, hi.

View File

@@ -2,8 +2,49 @@ baseURL = 'https://example.org/'
languageCode = 'en-us'
title = "Don't give huskies technology. They break things."
theme = 'hugo-PaperMod'
[menus]
[[menus.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 20
[[menus.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 10
[[menus.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 11
[[menus.main]]
identifier = "rss"
name = "RSS"
url = "/index.xml"
weight = 12
[[menus.main]]
identifier = "madiart"
name = "The Art Of Madi"
url = "https://hothusky.art"
weight = 21
[params]
author = 'Madison'
ShowReadingTime = true
showtoc = true
disableSpecial1stPost = true
[params.footer]
hideCopyright = true
[[params.footer.images]]
path = "/images/Censor_14c.gif"
url = "https://www.mabsland.com/Adoption.html"
[[params.footer.images]]
path = "/images/progress-pride-88x31.png"
[[params.footer.images]]
path = "/images/transflag.svg"
[[params.footer.images]]
path = "/images/panflag.svg"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -0,0 +1,8 @@
<svg width="88" height="31" version="1.1" viewBox="0 0 88 31" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g id="pan" shape-rendering="crispEdges" clip-path="url(#clip)">
<path id="pan-3" d="m0 0h88v31h-88z" fill="#1ab3ff"/>
<path id="pan-2" d="m0 0h88v21h-88z" fill="#ffd700"/>
<path id="pan-1" d="m0 0h88v10h-88z" fill="#ff1c8d"/>
</g><g id="outset" shape-rendering="crispEdges">
<path id="outset-2" d="m0 6e-8h2v29l-2 2zm0 0h88l-2 2h-86z" fill="#fff" fill-opacity=".66667"/>
<path id="outset-1" d="m86 2 2-2v31h-2zm-84 27h86v2h-88z" fill="#000" fill-opacity=".66667"/>
</g></svg>

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
static/images/trans.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 B

View File

@@ -0,0 +1,10 @@
<svg width="88" height="31" version="1.1" viewBox="0 0 88 31" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g id="trans" shape-rendering="crispEdges" clip-path="url(#clip)">
<path id="trans-5" d="m0 0h88v31h-88z" fill="#5bcefa"/>
<path id="trans-4" d="m0 0h88v25h-88z" fill="#f5a9b8"/>
<path id="trans-3" d="m0 0h88v19h-88z" fill="#fff"/>
<path id="trans-2" d="m0 0h88v12h-88z" fill="#f5a9b8"/>
<path id="trans-1" d="m0 0h88v6h-88z" fill="#5bcefa"/>
</g><g id="outset" shape-rendering="crispEdges">
<path id="outset-2" d="m0 6e-8h2v29l-2 2zm0 0h88l-2 2h-86z" fill="#fff" fill-opacity=".66667"/>
<path id="outset-1" d="m86 2 2-2v31h-2zm-84 27h86v2h-88z" fill="#000" fill-opacity=".66667"/>
</g></svg>

After

Width:  |  Height:  |  Size: 760 B