diff options
Diffstat (limited to 'src/pages/about.astro')
| -rw-r--r-- | src/pages/about.astro | 44 |
1 files changed, 25 insertions, 19 deletions
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"; --- <Layout - title="About" - description="You wanna know about me?" - pubDate={new Date('July 24 2023')} - heroImage="/603banner.png" + title="About" + description="You wanna know about me?" + pubDate={new Date("July 24 2023")} + heroImage="/603banner.png" > - <p> - Hey, I'm Pinapelz. Welcome to my blog where I ramble about random things, some technical, some not so technical. - </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 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. - <em>(plus I gotta work on my writing skills)</em> - </p> - <h1>stuff</h1> - <p> - 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. - </p> + <p> + 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. + </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 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. + <em>(plus I gotta work on my writing skills)</em> + </p> + <h1>stuff</h1> + <p> + 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. + </p> </Layout> |
