Lots of css changes, html description, whathaveyou
This commit is contained in:
parent
2a815643c0
commit
34e7f5aa95
24 changed files with 558 additions and 60 deletions
7
content/info/_index.md
Normal file
7
content/info/_index.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
+++
|
||||
title = "basic info page"
|
||||
description = "info pages about aubun"
|
||||
sort_by = "date"
|
||||
template = "blog.html"
|
||||
page_template = "blog-page.html"
|
||||
+++
|
56
content/info/about_me.md
Normal file
56
content/info/about_me.md
Normal file
|
@ -0,0 +1,56 @@
|
|||
+++
|
||||
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!"
|
||||
|
||||
[taxonomies]
|
||||
authors = [ "aubun" ]
|
||||
tags = [ "info" ]
|
||||
+++
|
||||
|
||||
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
|
||||
- born: july 12, 2004
|
||||
- contact: [my big beautiful blog post](@/info/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!
|
33
content/info/contact.md
Normal file
33
content/info/contact.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
+++
|
||||
title = "contact info and socials"
|
||||
date = 2025-07-01T23:45:15-04:00
|
||||
updated = 2025-07-03T22:52:38-04:00
|
||||
authors = [ "aubun" ]
|
||||
|
||||
description = "my contact details"
|
||||
|
||||
[taxonomies]
|
||||
authors = [ "aubun" ]
|
||||
tags = [ "info" ]
|
||||
+++
|
||||
|
||||
i'm not on too many platforms,
|
||||
but the best way to reach me today is email and matrix!
|
||||
you can also subscribe to this very blog using rss.
|
||||
|
||||
#### main platforms
|
||||
- **✉️ email:** [bun@nixfox.ca](mailto:bun@nixfox.ca)
|
||||
- **💬 matrix:** [@bun:nixfox.ca](https://matrix.to/#/@bun:nixfox.ca)
|
||||
- **🗞️ rss:** [/authors/aubun/atom.xml](/authors/aubun/atom.xml)
|
||||
|
||||
here are my other socials,
|
||||
which i'm active on from time to time.
|
||||
|
||||
#### social platforms
|
||||
- **💬 discord:** [viceebun](https://discordapp.com/users/1324248157307146290)
|
||||
- **🖼️ instagram:** [viceebun](https://www.instagram.com/viceebun)
|
||||
- **🐦 twitter:** [viceebun](https://x.com/viceebun)
|
||||
- **🎮 steam:** [viceebun](https://steamcommunity.com/id/viceebun)
|
||||
- **🎵 spotify:** [bun](https://open.spotify.com/user/31vdhyhqi3kw7f6n6hgddu44mm5a)
|
||||
|
||||
if you would like to refer to my pubkeys for any reason, check [here](@/info/keys.md).
|
16
content/info/keys.md
Normal file
16
content/info/keys.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
+++
|
||||
title = "security keys"
|
||||
date = 2025-07-03T22:36:13-04:00
|
||||
updated = 2025-07-05T02:11:31-04:00
|
||||
authors = [ "aubun" ]
|
||||
|
||||
description = "my security keys and such"
|
||||
|
||||
[taxonomies]
|
||||
authors = [ "aubun" ]
|
||||
tags = [ "info" ]
|
||||
+++
|
||||
|
||||
i'm not too diligent about keeping everything encrypted, but i try to keep my ssh pubkeys for things like git and my servers pretty well.
|
||||
|
||||
while the key itself might change, you will always be able to find my latest pubkey [here](/aubun.pub).
|
Loading…
Add table
Add a link
Reference in a new issue