···11{{ layout "layouts/base.vto" }}
22 <main class="min-h-screen text-text justify-self-center w-full lg:w-1/2 h-card">
33- <h1 class="mt-8 text-5xl text-bold text-mauve">
33+ <h1 class="my-8 text-5xl text-bold text-mauve">
44 About
55 <div class="p-name p-nickname inline">
66 dish
77 </div>
88 </h1>
991010- <h2 class="text-2xl mt-4">
1111- <div class="inline p-job-title">Student</div>, Sysadmin, and UX Crafter
1212- </h2>
1313- <p class="text-lg mt-2">
1414- Howdy! I play with computers, with an emphasis on accessible, secure, and enjoyable
1515- experiences.
1616- </p>
1010+ <div class="text-lg">
1111+ {{ content }}
1212+ </div>
17131818- <h3 class="text-mauve text-2xl">About This Blog</h3>
1919- <p class="text-"></p>
1414+ <h2 class="mt-8 text-mauve text-2xl">About This Site</h2>
1515+ <p class="text-text text-lg">I've used the following to build this site:</p>
1616+ <ul>
1717+ {{ for tech of about.techs }}
1818+ {{ comp.about.technology_item({"tech": tech}) }}
1919+ {{ /for }}
2020+ </ul>
2021 </main>
2122{{ /layout }}
+29
src/about.md
···11+---
22+title: About dish
33+summary: "Who is dish? Find out here."
44+layout: layouts/about.vto
55+templateEngine: [vto, md]
66+---
77+88+Hello, I'm dish.
99+1010+My main focuses are cybersecurity, system administration, and user experience.
1111+1212+I enjoy building things from scratch, tinkering, and try to deeply understand the tools I work with.
1313+1414+<br>
1515+1616+Currently, I'm a student at a university in the United States, working towards a Bachelor's Degree in Cybersecurity.
1717+1818+However, my personal interests lie slightly closer to networking and system administration rather than pure cybersecurity.
1919+2020+<br>
2121+I've run my own homelab and servers for years(in fact, this website is hosted on one of them!), and they've been a very enjoyable experience to maintain.
2222+2323+<br>
2424+In my personal life, I'm a {{ comp.flag_text({flag:"trans"}) }} woman, and I spend lots of time advocating for trans rights in the spaces I'm in.
2525+I feel very strongly that trans rights are human rights, and do my best to uplift all voices, though I am not perfect.
2626+2727+<br>
2828+<br>
2929+Find more about my projects on the Projects page, or read my blog(both linked in the header!), as I've put a lot of time into my projects and that blog.
-5
src/about.vto
···11----
22-title: about dish
33-summary: "Who is dish? Find out here."
44-layout: layouts/about.vto
55----
+1-1
src/blog/index.vto
src/blog/index.md
···11---
22-title: Blog Posts
22+title: blog
33summary: "dish's blog posts"
44layout: layouts/blog-list.vto
55category: "index"