From 2a815643c0ea9e09f21280775ed459acb10bd54c Mon Sep 17 00:00:00 2001 From: Bun Date: Thu, 3 Jul 2025 16:39:21 -0400 Subject: [PATCH] Add a bunch more blog stuff and templates --- content/_index.md | 24 +++++++++++++++--- content/blog/about_me.md | 48 +++++++++++++++++++++++++++++++++-- content/blog/contact.md | 2 +- content/blog/defense.md | 2 +- content/blog/games.md | 32 +++++++++++++++++++++++ content/blog/inspiration.md | 32 +++++++++++++++++++++++ sass/style.scss | 22 +++++++++++----- templates/404.html | 2 +- templates/authors/list.html | 2 +- templates/authors/single.html | 2 +- templates/blog-metadata.html | 6 ++++- templates/blog-page.html | 2 +- templates/blog.html | 2 +- templates/generic.html | 2 +- templates/tags/list.html | 2 +- templates/tags/single.html | 2 +- 16 files changed, 161 insertions(+), 23 deletions(-) create mode 100644 content/blog/games.md create mode 100644 content/blog/inspiration.md diff --git a/content/_index.md b/content/_index.md index 375c0fb..3f0e649 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,9 +3,27 @@ title = "the nixfox den" template = "generic.html" +++ -nixfox.ca is the home for both my personal projects as well as 'foss' services i host for myself and others. everything here is being ran and operated by me, [aubun](@/blog/about_me.md). +nixfox.ca is the home for both my personal projects as well as 'foss' services i host for myself and others. +everything here is being ran and operated by me, +[monarch bun](@/blog/about_me.md). if you'd like to suggest anything for my site, have any problems with the services, or would like to get in contact with me for any reason, check out my [contact page](@/blog/contact.md)! -forgive me if the content seems barren! -this website is still under heavy construction, as i continue to add more content to each tag. +this domain was made primarily to host services for myself and others i find to be immensely useful. + +[![qcc](https://adryd.com/static/buttons/queercomputerclub.png)](https://queercomputerclub.ca/) +[![msx](https://msx.horse/data/buttons/msx8831.gif)](https://msx.horse) +[![zvava](https://zvava.org/images/buttons/zvava.org.png)](https://zvava.org) +[![slonk](https://slonk.ing/img/88x31.webp)](https://slonk.ing) +[![auberylis](https://auberylis.moe/indexfiles/sitebuttons/auberylismoe.png)](https://auberylis.moe) +[![kibty](https://kibty.town/files/img/buttons/kibty.town-badge.gif)](https://kibty.town) +[![serime](https://i.imgur.com/MdRjyyV.png)](https://serime.net) +[![notnite](https://notnite.com/buttons/notnite.png)](https://notnite.com) +[![nixos](https://ezri.pet/assets/img/badges/nixos.gif)](https://nixos.org/) +[![nextcloud](https://cyber.dabamos.de/88x31/nextcloud.gif)](https://nextcloud.com) +[![fedi](https://cyber.dabamos.de/88x31/neo-fedi.gif)](https://mastodon.social) +[![firefox](https://cyber.dabamos.de/88x31/firefox3.gif)](https://www.mozilla.org/en-CA/firefox/new/) +[![rss](https://cyber.dabamos.de/88x31/feed.gif)](/authors/aubun/atom.xml) +![construction](https://lyra.horse/css-clicker/buttons/construction.gif) +![enby](https://img3.pillowfort.social/posts/39de1781b76d_enby_bev.png) +![pan](https://img3.pillowfort.social/posts/d1e4ff15a141_pan_bev.png) diff --git a/content/blog/about_me.md b/content/blog/about_me.md index 12b9aa4..dc0b4f4 100644 --- a/content/blog/about_me.md +++ b/content/blog/about_me.md @@ -1,6 +1,7 @@ +++ -title = "me, the aubun creature" -date = 2025-07-02 +title = "about the aubun creature" +date = 2025-07-03T01:48:16-04:00 +updated = 2025-07-03T02:32:50-04:00 authors = [ "aubun" ] description = "a page all about me!" @@ -9,3 +10,46 @@ description = "a page all about me!" authors = [ "aubun" ] tags = [ "info", "personal" ] +++ + +hello, i'm aubun, or just bun for short! +online i often go by viceebun or monarch, +which i am quite fond of :3 + +#### here's some basic info you should know: +- prefered name: bun, aubun +- nickname: monarch +- pronouns: they/them +- contact: [the big beautiful blog post!](@/blog/contact.md) + +now, i'd like to use this page to share some of my interests! + +## technology +this has always been the big one for me. since i was young i would reach out to people's dumbphones and pda's, trying to find out what sourcery was making them work. +as i got older, i learned more and more about how to get computers to do the things i want. + +my distinct memory of introducing myself to the world of computer hackery at a basic level was getting the 2013 version of black mesa, at the time still a source mod, to work on my [dell lattitude d630](https://www.reddit.com/r/breakingbad/comments/wnksw/so_i_was_watching_the_season_premiere_on_my_laptop), a laptop i dearly wish i still had today. + +it ran at 10fps. + +still, doing this got my foot in the game, and from there i started to learn about windows tweaks, game mods, and my favorite going forward... + +### linux +to save the longer rant for a later day, i will simply say this - the second i got familier with linux, i felt more at home than i ever had on windows. + +i want to run a game server 24/7? +no problem. + +need more file storage, but don't have any more to add to my hardware? +network attached storage. + +linux doesn't just serve to not hold me back from doing what i want, but helps and elevates me to doing anything i want. + +my current operating system for all of my systems is [nixos](https://nixos.org), something i also hope to write about very soon. + +## games +i have always been a very big fan of video games, having grown up with a wii, a 3ds, and a lot of mario. +since then, i have moved to a nearly steam/gog exclusive library, with some evil games that i had to get on.. epic. + +i'm very sorry. + +regardless, i have compiled a list of many of my [favorite games](@/blog/games.md)! check it out if you'd like! diff --git a/content/blog/contact.md b/content/blog/contact.md index b7ec63e..d45cbc9 100644 --- a/content/blog/contact.md +++ b/content/blog/contact.md @@ -1,6 +1,6 @@ +++ title = "contact info and socials" -date = 2025-07-02 +date = 2025-07-01T23:45:15-04:00 authors = [ "aubun" ] description = "my contact details" diff --git a/content/blog/defense.md b/content/blog/defense.md index f0ec559..afc9d97 100644 --- a/content/blog/defense.md +++ b/content/blog/defense.md @@ -1,6 +1,6 @@ +++ title = "defense / priorities" -date = 2025-06-26 +date = 2025-06-26T18:03:15-04:00 authors = [ "aubun" ] description = "a little rant about my own defense mechanisms" diff --git a/content/blog/games.md b/content/blog/games.md new file mode 100644 index 0000000..4932283 --- /dev/null +++ b/content/blog/games.md @@ -0,0 +1,32 @@ ++++ +title = "my favorite games" +date = 2025-07-03T02:19:13-04:00 +test = "yes" +authors = [ "aubun" ] + +description = "a list of absolute bangers" + +[taxonomies] +authors = [ "aubun" ] +tags = [ "info", "games" ] ++++ +thanks for checking out my little list! i have a very opinionated set of favorites, and will likely update this list as i find more. + +as of recent i have had a very strong interest in stealth-action games, ones you can play like a puzzle as well as a shooter. those for me have been: +- [hitman world of assassination](https://store.steampowered.com/app/1659040/HITMAN_World_of_Assassination), which has occupied too much of my time +- [half-life](https://store.steampowered.com/app/70/HalfLife), only the first one. +- [far cry 3](https://store.steampowered.com/app/220240/Far_Cry_3), a comfort game +- [hotline miami (1 and 2)](https://store.steampowered.com/app/219150/Hotline_Miami), the opposite of a comfort game. +- [superhot](https://store.steampowered.com/app/322500/SUPERHOT), basically a puzzle game +- [deus ex](https://store.steampowered.com/app/6910/Deus_Ex_Game_of_the_Year_Edition), is far more than fine, and [here's why](https://www.youtube.com/watch?v=bgJazjz9ZsA&t=3028s) + +my other favorite genre seems to be climing/platforming games, those being: +- [peak](https://store.steampowered.com/app/3527290/PEAK), absolute peak. +- [celeste](https://store.steampowered.com/app/504230/Celeste), also extremely frusturating, but we ball +- [noita](https://store.steampowered.com/app/881100/Noita), like celeste but down! + +and of course, two of my favorite which don't fit into those categories: +- [portal](https://store.steampowered.com/app/400/Portal). not much more to say +- [clustertruck](https://store.steampowered.com/app/397950/Clustertruck), this one's just fun + +if you have any games you'd think i'd like, please get in [contact](@/blog/contact.md) with me! diff --git a/content/blog/inspiration.md b/content/blog/inspiration.md new file mode 100644 index 0000000..6dc0f12 --- /dev/null +++ b/content/blog/inspiration.md @@ -0,0 +1,32 @@ ++++ +title = "inspiration and tools" +date = 2025-07-03T02:09:13-04:00 +authors = [ "aubun" ] + +description = "websites and tools i'm inspired by!" + +[taxonomies] +authors = [ "aubun" ] +tags = [ "personal" ] ++++ + +having a hard time keeping track of all the pages and links i've encountered and been inspired by and liked while making this webpage, so i may as well put them here! + +### tools +- [zola](https://www.getzola.org), the tool letting me make this whole page +- [nginx](https://nginx.org), been using it this whole time but could always learn more + +### pages +- [msx.horse](https://msx.horse/landing.php), my very first inspiration to make a page like this :) +- [zvava.org](https://zvava.org), a very pretty blog page and my proper kick in the ass to get started on this page +- [catgirl.cloud](https://catgirl.cloud), a simple inspiration for what to mention when i write about my self hosted platforms +- [oat.zone](https://oat.zone), cool domain and another little reminder of what to write about in my about me + +### webrings +- [xxiivv.com](https://webring.xxiivv.com), a very simple list of very cool pages +- [bucketfish.me](https://webring.bucketfish.me), another cool webring of cool pages +- [george.gh0.pw](https://george.gh0.pw), george. +- [queer coded webring](https://neptune.monster/webring), "you're telling me a queer coded this?" +- [neocities.org](https://neocities.org), basically as many webrings as i could want to see +- [hotlinewebring.club](https://hotlinewebring.club), which also looks cute +- [roboring](https://stellophiliac.github.io/roboring/), very cool people here diff --git a/sass/style.scss b/sass/style.scss index a2a6b44..bb1d714 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -38,6 +38,10 @@ body { min-height: 100%; } +img { + image-rendering: pixelated; +} + .subtitle { color: var(--subtext-color); font-size: 14px; @@ -55,10 +59,6 @@ a:hover { outline: 3px solid; } -h1 { - font-weight: bold; -} - #main { background-color: var(--elm-bg-color); @@ -75,6 +75,12 @@ h1 { font-size: 16px; } +.blocktitle { + font-weight: bold; + background-color: var(--elm-inv-bg-color); + color: var(--text-inv-color); +} + @media (max-width: 1200px) { body { margin: 0; @@ -85,6 +91,7 @@ h1 { width: 70%; padding: 0; top: 0; + font-size: 15px; } .container { @@ -100,10 +107,11 @@ h1 { } } -@media (max-width: 650px) { -} - li { list-style-type: square; + padding-bottom: 0.5em; +} + +.postlist-item { padding-bottom: 2em; } diff --git a/templates/404.html b/templates/404.html index 1b965b9..b0d51cb 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content %} -

404, page not found

+

404, page not found

lost? you can always return home.

{% endblock content %} diff --git a/templates/authors/list.html b/templates/authors/list.html index d21e608..f008d4a 100644 --- a/templates/authors/list.html +++ b/templates/authors/list.html @@ -6,7 +6,7 @@ {% block content %}
-

all tags

+

all authors