aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/about.astro
blob: fa08c34bfcd6005f14e0d259db27931183ebce6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
import Layout from "../layouts/BlogPost.astro";
---

<Layout
    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. 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>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage