From 0af453ca936caff1f9b094b3bd498f022d198c2d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 10 Feb 2024 18:50:52 -0800 Subject: bump dependencies --- src/pages/about.astro | 9 +++++---- src/pages/index.astro | 5 ++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') 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';

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 virtual youtuber (vtuber) 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.

why this?

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 (plus I gotta work on my writing skills) + 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. + (plus I gotta work on my writing skills)

what's this made with?

@@ -26,7 +28,6 @@ import Layout from '../layouts/BlogPost.astro';

stuff

- A lot of the things I've experimented with or made are on my GitHub, I've also got a LittleLink 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 hub and github 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.

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(

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.

Check out the main site as well: pinapelz.com

-- cgit v1.2.3