My blog
0
fork

Configure Feed

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

format md files

pyrox.dev 6a3c484c 4f219e07

verified
+17 -9
+3 -2
README.md
··· 4 5 ## License 6 7 - This content is licensed All Rights Reserved by the owner of this website(who commonly goes by dish or Pyrox.) 8 - Please do not use its content for your own purposes without consulting the owner first. You are welcome to link the content, however. 9 10 Also, the code is shit, you probably don't want to use it.
··· 4 5 ## License 6 7 + This content is licensed All Rights Reserved by the owner of this website(who commonly goes by dish 8 + or Pyrox.) Please do not use its content for your own purposes without consulting the owner first. 9 + You are welcome to link the content, however. 10 11 Also, the code is shit, you probably don't want to use it.
+10 -5
TODO.md
··· 4 5 - Code syntax highlighting with [`lume_shiki`](https://github.com/FuriouZz/lume_shiki) 6 - CI Checks 7 - - Performance, Accessibility, Best Practices, and SEO with [lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/getting-started.md) 8 - HTML, CSS, and JS validation 9 - [HTML-Validate](https://html-validate.org/) 10 - [csstree-validator](https://www.npmjs.com/package/csstree-validator) 11 - - Grammar checking for source files(including inclusive language, spell checking, and other basic checks) 12 - - Checking for valid [Microformats](https://microformats.org/wiki/Main_Page) data on all pages that have it 13 - Webrings! 14 - Site Search with Lume's built-in [Pagefind plugin](https://lume.land/plugins/pagefind/) 15 - - OpenGraph preview images, again using the built-in [OG Images Plugin](https://lume.land/plugins/og_images/) 16 - - Possibly [Structured Data](https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data) 17 - Slideshow mode for articles that are presented
··· 4 5 - Code syntax highlighting with [`lume_shiki`](https://github.com/FuriouZz/lume_shiki) 6 - CI Checks 7 + - Performance, Accessibility, Best Practices, and SEO with 8 + [lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/getting-started.md) 9 - HTML, CSS, and JS validation 10 - [HTML-Validate](https://html-validate.org/) 11 - [csstree-validator](https://www.npmjs.com/package/csstree-validator) 12 + - Grammar checking for source files(including inclusive language, spell checking, and other basic 13 + checks) 14 + - Checking for valid [Microformats](https://microformats.org/wiki/Main_Page) data on all pages 15 + that have it 16 - Webrings! 17 - Site Search with Lume's built-in [Pagefind plugin](https://lume.land/plugins/pagefind/) 18 + - OpenGraph preview images, again using the built-in 19 + [OG Images Plugin](https://lume.land/plugins/og_images/) 20 + - Possibly 21 + [Structured Data](https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data) 22 - Slideshow mode for articles that are presented
+4 -2
src/about.md
··· 13 14 <br> 15 16 - Currently, I'm a student at a university in the United States, working towards a Bachelor's Degree in Cybersecurity. 17 18 - However, my personal interests lie slightly closer to networking and system administration rather than pure cybersecurity. 19 20 <br> 21 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.
··· 13 14 <br> 15 16 + Currently, I'm a student at a university in the United States, working towards a Bachelor's Degree 17 + in Cybersecurity. 18 19 + However, my personal interests lie slightly closer to networking and system administration rather 20 + than pure cybersecurity. 21 22 <br> 23 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.