From a96cab147218dc6647069274bf9def8f3bd4f616 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Sep 2025 16:53:51 -0700 Subject: update about page --- src/pages/about.astro | 44 +++++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 19 deletions(-) (limited to 'src/pages') diff --git a/src/pages/about.astro b/src/pages/about.astro index fd3eb9a..fa08c34 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -1,25 +1,31 @@ --- -import Layout from '../layouts/BlogPost.astro'; +import Layout from "../layouts/BlogPost.astro"; --- -

- Hey, I'm Pinapelz. Welcome to my blog where I ramble about random things, some technical, some not so technical. -

-

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 - 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) -

-

stuff

-

- 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. -

+

+ Hey, I'm Pinapelz. Welcome to my blog where I ramble about random + things, some technical, some not so technical. I think for the most part + you'll be able to gauge my interests by looking through the things I've + written on here in the past. +

+

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 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) +

+

stuff

+

+ 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. +

-- cgit v1.2.3