From 22be648e72eac8f1e1ea4a977f086eadddf2ed3a Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 24 Jul 2023 13:55:07 -0700 Subject: about page edits --- src/pages/about.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/pages/about.astro b/src/pages/about.astro index 68483fd..43d4f48 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -15,14 +15,14 @@ import Layout from '../layouts/BlogPost.astro';

why this?

- I thought it would probably be a good idea to have a place that documents some of my thought processes and the things I've learned over time since + 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)

what's this made with?

- I was deliberating quite a bit about how I wanted to make the site. My web development experience is still fairly limited so I wasn't even too sure on what my options were. - I ended up settling on Astro since it seems like it's pretty flexible with all the different frameworks you can integrate. I also like the idea of being able - to write in markdown since it'll certainly make things easier on my fingers. Plus the idea of being able to run JSX in markdown seems pretty cool. + I was deliberating quite a bit about how I wanted to make the site. My web development experience is still fairly limited so I wasn't sure on what my options were. + I ended up settling on using Astro since it seems like it integrates fairly well with different frameworks. I also like the idea of being able + to write in markdown since it'll certainly make things easier on my fingers.

stuff

-- cgit v1.2.3