27 Commits

Author SHA1 Message Date
Lauren Kaviak
83644c9411 ???
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 39s
Deploy Quartz site to Pages / deploy (push) Successful in 2s
2026-04-12 12:47:52 -05:00
Build Pipeline
99c7c7af5c minor version increment [skip actions] 2026-04-12 17:41:25 +00:00
Lauren Kaviak
d2078c5145 kara
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 36s
Deploy Quartz site to Pages / deploy (push) Successful in 2s
2026-04-12 12:41:13 -05:00
Lauren Kaviak
d92f2ba691 create table in markdown 2026-04-12 12:40:41 -05:00
Build Pipeline
16ef8263de minor version increment [skip actions] 2026-04-12 08:18:35 +00:00
8c9fe008b6 reduce repetition
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 37s
Deploy Quartz site to Pages / deploy (push) Successful in 3s
2026-04-12 03:18:26 -05:00
Build Pipeline
4070be7844 minor version increment [skip actions] 2026-04-12 08:09:29 +00:00
b88cebce61 test page
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 46s
Deploy Quartz site to Pages / deploy (push) Successful in 6s
2026-04-12 03:09:20 -05:00
f0085852da move kube host to variable 2026-04-12 03:09:20 -05:00
Build Pipeline
f19da9579b minor version increment [skip actions] 2026-04-12 07:59:49 +00:00
09c0f5b5b0 change kube_host variable
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 34s
Deploy Quartz site to Pages / deploy (push) Successful in 3s
2026-04-12 02:59:40 -05:00
Build Pipeline
de2bb48fd5 minor version increment [skip actions] 2026-04-12 07:56:51 +00:00
02d223e087 add a deployment step
Some checks failed
Deploy Quartz site to Pages / build (push) Successful in 37s
Deploy Quartz site to Pages / deploy (push) Failing after 6s
2026-04-12 02:56:24 -05:00
Build Pipeline
cc591fa65a minor version increment [skip actions] 2026-04-12 07:29:25 +00:00
c92e22f38f add metadata
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 38s
2026-04-12 02:29:14 -05:00
Build Pipeline
608ed7aa56 minor version increment [skip actions] 2026-04-12 07:25:52 +00:00
be27ab07c6 fix typo
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 37s
2026-04-12 02:25:41 -05:00
Build Pipeline
34635bb757 minor version increment [skip actions] 2026-04-12 07:21:26 +00:00
7799aa971e how the site works
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 38s
2026-04-12 02:21:14 -05:00
Build Pipeline
2fd90af200 minor version increment [skip actions] 2026-04-12 07:16:06 +00:00
eb8201af6f update index
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 39s
2026-04-12 02:15:54 -05:00
Build Pipeline
d8345b2949 minor version increment [skip actions] 2026-04-12 06:10:21 +00:00
a800e7f32f remove unused files/exclude private tag from sync
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 36s
2026-04-12 01:10:10 -05:00
Build Pipeline
cff9ab3a3f minor version increment [skip actions] 2026-04-12 06:02:37 +00:00
a505a0ea0e use nier theme
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 1m24s
2026-04-12 01:01:24 -05:00
11ada52ff8 remove workspace json from repo 2026-04-12 00:50:10 -05:00
fa934f6407 add pokopia tag page 2026-04-12 00:49:23 -05:00
19 changed files with 4844 additions and 278 deletions

View File

@@ -2,6 +2,9 @@ name: Deploy Quartz site to Pages
env: env:
VERSION_FRAGMENT: minor VERSION_FRAGMENT: minor
DEPLOYMENT_NAMESPACE: luxuries
DEPLOYMENT_LABEL: garden
KUBE_HOST: kubernetes.default.svc
on: on:
push: push:
@@ -80,3 +83,14 @@ jobs:
token: ${{secrets.CI_ACCESS}} token: ${{secrets.CI_ACCESS}}
- run: git push - run: git push
working-directory: content working-directory: content
deploy:
needs: [ build ]
runs-on: ubuntu-latest
steps:
- uses: actions-hub/kubectl@master
env:
KUBE_HOST: ${{ env.KUBE_HOST }}
KUBE_CERTIFICATE: ${{ secrets.KUBE_CERTIFICATE }}
KUBE_TOKEN: ${{ secrets.GARDEN_TOKEN }}
with:
args: delete pods -n ${{env.DEPLOYMENT_NAMESPACE}} -l app=${{ env.DEPLOYMENT_LABEL}}

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.obsidian/workspace.json

View File

@@ -4,14 +4,16 @@
"syncFolder": "KaraKeep", "syncFolder": "KaraKeep",
"attachmentsFolder": "KaraKeep/attachments", "attachmentsFolder": "KaraKeep/attachments",
"syncIntervalMinutes": 60, "syncIntervalMinutes": 60,
"lastSyncTimestamp": 1775965826232, "lastSyncTimestamp": 1776014990394,
"updateExistingFiles": false, "updateExistingFiles": false,
"excludeArchived": true, "excludeArchived": true,
"onlyFavorites": false, "onlyFavorites": false,
"syncNotesToHoarder": true, "syncNotesToHoarder": true,
"syncHighlights": true, "syncHighlights": true,
"onlyBookmarksWithHighlights": false, "onlyBookmarksWithHighlights": false,
"excludedTags": [], "excludedTags": [
"private"
],
"includedTags": [], "includedTags": [],
"downloadAssets": true, "downloadAssets": true,
"syncDeletions": false, "syncDeletions": false,

View File

@@ -1,228 +0,0 @@
{
"main": {
"id": "93f95e17534c86af",
"type": "split",
"children": [
{
"id": "b2f320fa7e71846d",
"type": "tabs",
"children": [
{
"id": "fb3397b33e4538d8",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "KaraKeep/2026-04-11-MISAMARU-on-X-”アメスリ着物が新登場!.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "2026-04-11-MISAMARU-on-X-”アメスリ着物が新登場!"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "bd4fe75fc8fae7d8",
"type": "split",
"children": [
{
"id": "959c949bbf10067c",
"type": "tabs",
"children": [
{
"id": "ce0058b798b778c7",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "4c40ba92de996318",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "29b1909b7ceaf71c",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "a7dbadf7443b58e7",
"type": "split",
"children": [
{
"id": "fd76441b2ea4cc17",
"type": "tabs",
"children": [
{
"id": "5d1c487f22a589a0",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "index.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for index"
}
},
{
"id": "be101156a49bde9f",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "index.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from index"
}
},
{
"id": "0dc58354f7c07656",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "6cd5a0cae1586f09",
"type": "leaf",
"state": {
"type": "all-properties",
"state": {
"sortOrder": "frequency",
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-archive",
"title": "All properties"
}
},
{
"id": "a9f7b063e406721a",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "index.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of index"
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"bases:Create new base": false
}
},
"active": "fb3397b33e4538d8",
"lastOpenFiles": [
"index.md",
"KaraKeep/2026-03-31-Make-This-Lumber-Farm-in-Pokopia.md",
"KaraKeep/attachments/3bfdf769-818a-4c83-b602-a6f5ea3d522f-Make-This-Lumber-Farm-in.jpg",
"KaraKeep/attachments/ea5bdc41-7565-4839-9b85-64266555d7cd-Make-This-Lumber-Farm-in.jpg",
"KaraKeep/2026-03-31-paint-recipes.md",
"KaraKeep/attachments/67e88391-3daf-4a68-8574-14349790a5c2-paint-recipes.jpg",
"KaraKeep/2026-03-31-シア口ア-on-X-”これが速いのか分からないままブランチマイニングして.md",
"KaraKeep/attachments/413c02a0-da78-4819-b2e0-1663c00b2258-シア口ア-on-X-”これが速いのか分からないままブランチマ.jpg",
"KaraKeep/attachments/2afc00ea-3eb0-4b30-9926-9e9be37a0492-シア口ア-on-X-”これが速いのか分からないままブランチマ.jpg",
"KaraKeep/attachments/137010df-57bf-43b4-a5e3-acfc3ca97c19-シア口ア-on-X-”これが速いのか分からないままブランチマ.jpg",
"KaraKeep/2026-03-31-Poke-Dolls-Guide.md",
"KaraKeep/attachments/c3afda7a-3966-4fe8-9ac0-d526aefee8fb-Poke-Dolls-Guide.jpg",
"KaraKeep/2026-03-31-Stamp-Values.md",
"KaraKeep/attachments/e3288a47-b14b-479a-8728-648abafacba4-Stamp-Values.jpg",
"KaraKeep/2026-03-31-Ingredient-Flavors.md",
"KaraKeep/attachments/2e3a5c92-e8e3-40e3-9469-09f5abaf2b8c-Ingredient-Flavors.jpg",
"KaraKeep/2026-03-31-Reblog-by-@thevisualvamp-·-1-image.md",
"KaraKeep/attachments/534d005f-c408-40d6-839c-d71374da5f74-Reblog-by-@thevisualvamp-·-1.jpg",
"KaraKeep/2026-03-31-Post-by-@catchymemes-·-1-video.md",
"KaraKeep/2026-03-31-Lake-Como,-Italy.md",
"KaraKeep/2026-03-31-Pig-Tail-Bridge-№54,-Huddersfield.md",
"KaraKeep/2026-03-31-Brutalism-The-University-of.md",
"KaraKeep/2026-03-31-the-happy-smiler.md",
"KaraKeep/2026-03-31-pinko🐬👽-on-X-”@145k4-a-lot-of.md",
"KaraKeep/2026-03-31-alaska-on-X-“once-you-realize-that.md",
"KaraKeep/2026-03-31-@i-on-X.md",
"KaraKeep/2026-03-31-Unique-Guns-in-Anime--GRAVITON.md",
"KaraKeep/2026-03-31-Unique-Guns-in-Anime-The-Caster-Gun.md",
"KaraKeep/2026-04-01-Shota-Ashida-on-Instagram.md",
"KaraKeep/2026-04-01-Manifold-Catalytic-Converter-674.md",
"KaraKeep/2026-04-01-Catalytic-Converter-for-Hyundai.md",
"KaraKeep/2026-04-01-Dr.-Ahmad-Al-Khatib,-MD,.md",
"KaraKeep/2026-04-01-Bookmark-r52rx1vz27hvtt3e2capnr09.md",
"KaraKeep/2026-04-01-Daily-Planner.md",
"KaraKeep/2026-04-02-image.md",
"KaraKeep/2026-04-03-IPv6-Network-(Auto)-Configuration.md",
"KaraKeep/attachments",
"KaraKeep",
"version.txt"
]
}

View File

@@ -23,9 +23,9 @@ const config: QuartzConfig = {
fontOrigin: "googleFonts", fontOrigin: "googleFonts",
cdnCaching: true, cdnCaching: true,
typography: { typography: {
header: "Schibsted Grotesk", header: "Cardo",
body: "Source Sans Pro", body: "Viaoda Libre ",
code: "IBM Plex Mono", code: "Courier Prime",
}, },
colors: { colors: {
lightMode: { lightMode: {
@@ -89,7 +89,12 @@ const config: QuartzConfig = {
Plugin.Favicon(), Plugin.Favicon(),
Plugin.NotFoundPage(), Plugin.NotFoundPage(),
// Comment out CustomOgImages to speed up build time // Comment out CustomOgImages to speed up build time
Plugin.CustomOgImages(), Plugin.CustomOgImages({
colorScheme: "lightMode", // what colors to use for generating image, same as theme colors from config, valid values are "darkMode" and "lightMode"
width: 1200, // width to generate with (in pixels)
height: 630, // height to generate with (in pixels)
excludeRoot: false // wether to exclude "/" index path to be excluded from auto generated images (false = use auto, true = use default og image)
}),
], ],
}, },
} }

View File

@@ -0,0 +1 @@
@use "themes";

File diff suppressed because it is too large Load Diff

View File

@@ -1,39 +0,0 @@
---
bookmark_id: "lba3tlcjnndf4oky1p1xgnl2"
url: |
https://doctor.webmd.com/doctor/ahmad-al-khatib-f5ccabdf-01d0-423a-8485-4536f054c12e-overview
title: |
Dr. Ahmad Al Khatib, MD, Neurologist | Bentonville, AR | WebMD
date: 2026-04-01T18:33:38.000Z
modified: 2026-04-06T02:54:04.000Z
tags:
- neurology
- doctor-profiles
- medical-conditions
- arrhythmias
- myasthenia-gravis
note: "katrina's neurologist"
original_note: "katrina's neurologist"
summary:
banner: "[[KaraKeep/attachments/110ae728-0c19-4502-a2df-ee7c897fd657-Dr.-Ahmad-Al-Khatib,-MD,.jpg]]"
screenshot: "[[KaraKeep/attachments/4fe571f0-ed85-4933-aadf-f72891648d1f-Dr.-Ahmad-Al-Khatib,-MD,.jpg]]"
---
# Dr. Ahmad Al Khatib, MD, Neurologist | Bentonville, AR | WebMD
![Dr. Ahmad Al Khatib, MD, Neurologist | Bentonville, AR | WebMD - Banner Image](KaraKeep/attachments/110ae728-0c19-4502-a2df-ee7c897fd657-Dr.-Ahmad-Al-Khatib,-MD,.jpg)
![Dr. Ahmad Al Khatib, MD, Neurologist | Bentonville, AR | WebMD - Screenshot](KaraKeep/attachments/4fe571f0-ed85-4933-aadf-f72891648d1f-Dr.-Ahmad-Al-Khatib,-MD,.jpg)
## Description
Dr. Ahmad Al Khatib, MD, is a Neurology specialist practicing in Bentonville, AR with 35 years of experience. including Medicare. New patients are welcome. Hospital affiliations include Northwest Medical Center Bentonville.
## Notes
katrina's neurologist
[Visit Link](https://doctor.webmd.com/doctor/ahmad-al-khatib-f5ccabdf-01d0-423a-8485-4536f054c12e-overview)
[View in Hoarder](https://kara.werats.gay/dashboard/preview/lba3tlcjnndf4oky1p1xgnl2)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

BIN
chart.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 KiB

41
game stuff/food table.md Normal file
View File

@@ -0,0 +1,41 @@
---
title: Pokopia Meals
tags: pokopia
---
| Meal Tier [^1]<br><br>[^1]: <br> | Meal Name [^1][^2] | Flavor [^2]<br> | Partner Ability[^2] | Mosslax Boost [^1] | Ingredient A [^2] | Ingredient B[^2] | Ingredient C[^2] | Ingredient D[^2] | Power-Up | |
| -------------------------------- | ------------------------ | --------------- | ------------------- | ---------------------------------------------------------------------- | ----------------- | ---------------- | ---------------- | ---------------- | ---------------- | --- |
| Best | Vibrant hamburger steak | Neutral | | Increased rate you grow closer to Pokémon | Bean | Salad | Potato | Any | Ultra Rock Smash | |
| Best | Bitter hamburger steak | Bitter | | Increased chance of finding rare items | Bean | Rawst Berry | Lum Berry | Any | Rock Smash | |
| Best | Crushed-berry Salad | Dry | Crush | Increased chance to see Pokémon with rare feathers (Lugia, Ho-Oh) | Leaf | Chesto Berry | | | Leafage | |
| Best | Flavorful Soup | sour | | Increased chance of shop having "Good" items and offers a 10% discount | Water | Burger Steak | Aspear | Any | Water | |
| Best | Crouton salad | Spicy | | Increased chance of Pokémon appearing in habitats | Leaf | Bread | | | Leafage | |
| Best | Healthy Soup | Spicy | | Increased chance of Pokémon appearing in habitats | Water | Bean | Leaf | Any | Water | |
| Best | Fluffy bread | Sweet | Water | Increased chance of Ancient Artefacts | Wheat | Pecha Berry | | | Cut | |
| Standard | Simple Salad | Neutral | | Increased rate you grow closer to Pokémon | Leaf | Any | | | Leafage | |
| Standard | Simple Soup, | Neutral | | Increased rate you grow closer to Pokémon | Water | Any | Any | Any | Water | |
| Standard | Simple Bread | Neutral | | Increased rate you grow closer to Pokémon | Wheat | Any | | | Cut | |
| Standard | Simple hamburger | Neutral | | Increased rate you grow closer to Pokémon | Bean | Any | Any | Any | Rock Smash | |
| ??? | Potato Hamburger Steak | Sweet | | Increased chance of Ancient Artefacts | Bean | Potato | Any | Any | Rock Smash | |
| ??? | Mushroom Hamburger Steak | Dry | | Increased chance to see Pokémon with rare feathers (Lugia, Ho-Oh) | Bean | Mushroom | Any | Any | Rock Smash | |
| Weak | Lum Berry | Neutral | | Increased rate you grow closer to Pokémon | | | | | | |
| Weak | Chesto Berry | Dry | | Increased chance to see Pokémon with rare feathers (Lugia, Ho-Oh) | | | | | | |
| Weak | Rawst Berry | Bitter | | Increased chance of finding rare items | | | | | | |
| Weak | Pecha Berry | Sweet | | Increased chance of Ancient Artefacts | | | | | | |
| Weak | Aspear Berry | Sour | | Increased chance of shop having "Good" items and offers a 10% discount | | | | | | |
| Weak | Leppa Berry | Neutral | | Increased rate you grow closer to Pokémon | | | | | | |
| Weak | Water | Neutral | | Increased rate you grow closer to Pokémon | | | | | | |
| Weak | Soda Pop | Dry | | Increased chance to see Pokémon with rare feathers (Lugia, Ho-Oh) | | | | | | |
| Weak | Roserade Tea | Bitter | | Increased chance of finding rare items | | | | | | |
| Weak | Chili | Spicy | | Increased chance of Pokémon appearing in habitats | | | | | | |
| Weak | Coffee | Sweet | | Increased chance of Ancient Artefacts | | | | | | |
| Weak | Carrot | Spicy | | Increased chance of Pokémon appearing in habitats | | | | | | |
| Weak | Bean | Sweet | | Increased chance of Ancient Artefacts | | | | | | |
| Weak | Wheat | Dry | | Increased chance to see Pokémon with rare feathers (Lugia, Ho-Oh) | | | | | | |
| Weak | Tomato | Sour | | Increased chance of shop having "Good" items and offers a 10% discount | | | | | | |
| Weak | Potato | Bitter | | Increased chance of finding rare items | | | | | | |
| Weak | Seaweed | Bitter | | Increased chance of finding rare items | | | | | | |
| Weak | Mushrooms | Dry | | Increased chance to see Pokémon with rare feathers (Lugia, Ho-Oh) | | | | | | |
[^1]: [Serebii Mosslax Page](https://www.serebii.net/pokemonpokopia/mosslaxboosts.shtml)
[^2]: [Game8 Page](https://game8.co/games/Pokemon-Pokopia/archives/586136)

9
how the site works.md Normal file
View File

@@ -0,0 +1,9 @@
---
title: how the site works
tags:
- nerd-shit
- homelab
---
This obsidian vault is stored in a git repository on my gitea instance. It has a workflow which clones the quartz v4 repository, installs the dependencies, patches it, copies the vault contents into the relevant quartz v4 repo folder, runs the quartz build command, and tar's the build output as a release. I then have an nginx deployment in my k3s cluster that downloads the latest release tar ball, inflates it and serves it in an nginx server. It's a lot more straight forward than you would think.

BIN
image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

@@ -1,10 +1,25 @@
--- ---
title: Welcome title: Welcome
--- ---
Hello! My name is Eau - as in [Eau De'Femme](https://fr.finalfantasyxiv.com/lodestone/character/33632636). I don't actually play FF14 very much anymore, but the name has stuck with me. I like videogames, software engineering, (astro) photography, art, cats, and my wife. Politically I lean to the left of the DNC but I don't put much thought in my politics beyond a survival imperative to move beyond capitalism. I look forward to degrowth, nuclear and renewable energy, mass public transit that rocks, walkable cities and unimpeded bodily autonomy for all.
If you're curious, the games I'm currently playing are:
- #pokopia
- #acnh
- #satisfactory
This is your new *vault*. I play a bit of DND and run a "rat club" on Thursday evenings (best understood as an evolution of book clubs). Definitely I am more of an engineer than an artist, but I do appreciate art. You can get a sense of my tastes by browsing the [karakeep](./karakeep) folder, which is going to have a decently up-to-date collection of things I'm interested in. In general though, I like what [Tatsuki Fujimoto](https://en.wikipedia.org/wiki/Tatsuki_Fujimoto), [Yoko Taro](https://en.wikipedia.org/wiki/Yoko_Taro), and [Kenshi Yonezu](https://en.wikipedia.org/wiki/Kenshi_Yonezu) are doing. I think if I had to rank my favorite animated serialized works of all time, it would look something like this:
Make a note of something, [[create a link]], or try [the Importer](https://help.obsidian.md/Plugins/Importer)! ![[chart.png]]
When you're ready, delete this note and make the vault your own. Video games I love but am not playing anymore are Nier: Automata / Replicant, Drakengard 1-3, the Atelier Series (specifically Ryza, Sophie and Yumia), Final Fantasy (FFX is, imo, the best storytelling done in a videogame that I have experienced to date).
The music I like is pretty varied. I love a lot of pop (Sabrina Carpenter, Halsey, Hayley Williams), punk-pop (Fall Out Boy, PATD, MCR), grunge (Nirvana), rock (Matchbox 20), and classic rock / oldies.
I do generally have a philosophy on life that we should strive to learn and improve all we can. Maybe that's self destructive, or maybe it isn't. When I inevitably get laid off, I think I want to go back and finish my undergrad degree. Mostly because I miss being in an environment of structured learning. But the things I'm trying to learn now are mostly 3D modeling and makeup/fashion. I'm definitely not very good at them yet :)
![[image.png]]
This is an obsidian vault where I will publish things I feel like yapping about - if any of the above seems like something you are interested in hearing opinions about, please feel free to subscribe to my [RSS feed](https://garden.werats.gay/index.xml) . If you have complaints questions or feedback, you can [email me](mailto:garden.7u7fl@passinbox.com) but I make no promises about a reply existing nor the quality of any reply that does exist. I do like to be helpful when I can though, so please don't feel discouraged from reaching out if you feel so inclined.
This website is powered by [Quartz](https://quartz.jzhao.xyz/) and hosted on my homelab.

BIN
tags/ditto.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

4
tags/pokopia.md Normal file
View File

@@ -0,0 +1,4 @@
---
title: Pokopia Resources and Build Ideas
---
![](ditto.png)

7
test.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: Testing my Pipeline Improvement
tags:
- nerd-shit
- homelab
---
This is just a test file I'm committing to see if the changes to my workflow file automatically reset the pods hosting the website so I can do so without having to open a terminal

View File

@@ -1 +1 @@
1.11.0 1.22.0