blob: ea832e10faf03786cf879c3a560c33b7682a59c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
local md = [[
about me
========
hey! i'm kate (aka sanine) and i like to write code, hack circuits, and grow plants.
i mostly use this site for documenting and sharing various projects.
i also (very occasionally) make games!! you can see them [over on itch.io](https://sanine.itch.io/).
if you need to get in contact with me, you can send me an email at `kate AT sanine DOT net`.
i hope you're having a good day. <3
]]
return {
title='about me',
layout='base',
markdown=md,
}
|