diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-07-24 13:55:07 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-07-24 13:55:07 -0700 |
| commit | 22be648e72eac8f1e1ea4a977f086eadddf2ed3a (patch) | |
| tree | 5e192e54f84ec2c959a84d938abe40d84c3b467e /src/pages/about.astro | |
| parent | 3bade6e8867dd8ff99d73d1637f3771850110f7c (diff) | |
about page edits
Diffstat (limited to 'src/pages/about.astro')
| -rw-r--r-- | src/pages/about.astro | 8 |
1 files changed, 4 insertions, 4 deletions
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'; </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 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 <em>(plus I gotta work on my writing skills)</em> </p> <h1>what's this made with?</h1> <p> - 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 <a href="https://astro.build">Astro</a> 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 <a href="https://astro.build">Astro</a> 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. </p> <h1>stuff</h1> <p> |
