diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-02-10 18:50:52 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-02-10 18:50:52 -0800 |
| commit | 0af453ca936caff1f9b094b3bd498f022d198c2d (patch) | |
| tree | 5366dd546a592828103e6df71c79e9ce58ec5ddc /src | |
| parent | c7eadba3a5582d98aced26034a489b326d72da0b (diff) | |
bump dependencies
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/about.astro | 9 | ||||
| -rw-r--r-- | src/pages/index.astro | 5 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/pages/about.astro b/src/pages/about.astro index 43d4f48..20d5f4b 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -11,12 +11,14 @@ import Layout from '../layouts/BlogPost.astro'; <p> Hey! Welcome to the About page. I'm Pinapelz, a second-year Software Engineering student at the University of California, Irvine. I'm a pretty avid <a href="https://en.wikipedia.org/wiki/VTuber">virtual youtuber (vtuber)</a> enjoyer so you may have seen me around or noticed a strange trend in the types of projects on my GitHub. - Outside of that though I spend pretty much the remainder of my spare time programming random little doodads and playing a bunch of JRPGs and MMOs (it's uhh mostly just FFXIV and PSO2 though...) + Outside of that though I spend pretty much the remainder of my spare time programming random things or playing JRPGs/MMOs. </p> <h1>why this?</h1> <p> I thought it would probably be a good idea to have a place that documents some of my thought process since - I have this fantastic habit of forgetting things, leaving braindead or no comments in my code, and generally just writing boilerplate code <em>(plus I gotta work on my writing skills)</em> + I have this fantastic habit of forgetting things, leaving braindead or no comments in my code, and generally just writing boilerplate + Also it'd be nice to have a place where I can sort of archive my thoughts and ideas for future reference. + <em>(plus I gotta work on my writing skills)</em> </p> <h1>what's this made with?</h1> <p> @@ -26,7 +28,6 @@ import Layout from '../layouts/BlogPost.astro'; </p> <h1>stuff</h1> <p> - A lot of the things I've experimented with or made are on my <a href="https://github.com/pinapelz">GitHub</a>, I've also got a <a href="https://pinapelz.moe">LittleLink</a> that I try and regularly update with some of the stuff I've deployed - as well as some ways of contacting me. You can also get to either at any time through the <i>hub</i> and <i>github</i> links at the footer of each page. + A lot of the things I've experimented with or made are on my GitHub and webpage down below. I plan to keep this blog pretty casual though. </p> </Layout> diff --git a/src/pages/index.astro b/src/pages/index.astro index d54d4a3..a2e7790 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -57,9 +57,8 @@ const posts = (await getCollection("blog")).sort( </h1> <p> Welcome to my site/blog! This place will serve as a corner where I can - document the progress and process with some of things I've experimented - with or made. I guess its kind of like writing documentation for all the - things I've found intriguing or interesting. + archive my thoughts and processes on various topics or projects. It'll pretty much + just be whatever I feel like writing about, posts will be very infrequent so don't expect much. </p> <p>Check out the main site as well: <a href="https://pinapelz.com">pinapelz.com</a></p> </p> |
