My blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

layout and other updates

dish 1c103d0d c8828f26

+13 -16
+7 -3
TODO.md
··· 6 6 - CI Checks 7 7 - Performance, Accessibility, Best Practices, and SEO with 8 8 [lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/getting-started.md) 9 - - HTML, CSS, and JS validation 10 - - [x] [HTML-Validate](https://html-validate.org/) 11 - - [csstree-validator](https://www.npmjs.com/package/csstree-validator) 12 9 - Grammar checking for source files(including inclusive language, spell checking, and other basic 13 10 checks) 14 11 - Checking for valid [Microformats](https://microformats.org/wiki/Main_Page) data on all pages ··· 20 17 - Possibly 21 18 [Structured Data](https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data) 22 19 - Slideshow mode for articles that are presented 20 + 21 + Done: 22 + 23 + - [x] HTML and CSS validation 24 + - [x] [HTML-Validate](https://html-validate.org/) 25 + - [x] [csstree-validator](https://www.npmjs.com/package/csstree-validator) 26 + - Note: Does not work lmao
+4 -4
src/_components/flag_text.vto
··· 1 1 <!-- dprint-ignore-file --> 2 2 {{ if flag == "trans" }} 3 - <p class="trans-flag inline"> 3 + <span class="trans-flag"> 4 4 <span class="text-trans-blue">t</span><span class="text-trans-pink">r</span><span class="text-white">a</span><span class="text-trans-pink">n</span><span class="text-trans-blue">s</span> 5 - </p> 5 + </span> 6 6 {{ else if flag == "lesbian" }} 7 - <p class="lesbian-flag inline"> 7 + <span class="lesbian-flag inline"> 8 8 <span class="text-lesbian-orange1">l</span><span class="text-lesbian-orange2">e</span><span class="text-lesbian-orange3">s</span><span class="text-white">b</span><span class="text-lesbian-pink1">i</span><span class="text-lesbian-pink2">a</span><span class="text-lesbian-pink3">n</span> 9 - </p> 9 + </span> 10 10 {{ /if }}
+1 -1
src/_includes/layouts/about.vto
··· 7 7 </span> 8 8 </h1> 9 9 10 - <div class="text-lg"> 10 + <div class="text-lg h-entry"> 11 11 {{ content }} 12 12 </div> 13 13
+1 -8
src/about.md
··· 8 8 Hello, I'm dish. 9 9 10 10 My main focuses are cybersecurity, system administration, and user experience. 11 - 12 11 I enjoy building things from scratch, tinkering, and try to deeply understand the tools I work with. 13 - 14 - <br> 15 12 16 13 Currently, I'm a student at a university in the United States, working towards a Bachelor's Degree 17 14 in Cybersecurity. ··· 19 16 However, my personal interests lie slightly closer to networking and system administration rather 20 17 than pure cybersecurity. 21 18 22 - <br> 23 19 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. 24 20 25 - <br> 26 21 In my personal life, I'm a {{ await comp.flag_text({flag:"trans"}) }} woman, and I spend lots of time advocating for trans rights in the spaces I'm in. 27 22 I feel very strongly that trans rights are human rights, and do my best to uplift all voices, though I am not perfect. 28 23 29 - <br> 30 - <br> 31 - 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. 24 + Find more about my projects on the [[projects]] page, or read my [[blog/index|blog]], as I've put a lot of time into both.