diff options
| -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> |
