aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/about.astro
blob: fd3eb9ac96fa879fa038d641b4f793e3de259055 (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
---
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.
	</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