diff options
author | sanine <sanine.not@pm.me> | 2023-01-12 17:29:28 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-01-12 17:29:28 -0600 |
commit | f9f8a3206298363059601f6c389584426962e5e4 (patch) | |
tree | b0ed2fd393a1064c01aabdce548e9f84215a8c57 /site_root/about.lua | |
parent | 655cd79991ec9204afb9f5acf52495c13af14d25 (diff) |
wrong branch :c
Diffstat (limited to 'site_root/about.lua')
-rw-r--r-- | site_root/about.lua | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/site_root/about.lua b/site_root/about.lua new file mode 100644 index 0000000..9f87357 --- /dev/null +++ b/site_root/about.lua @@ -0,0 +1,19 @@ +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, with the exception +of my game engine honey, which [has its own website](https://honey3d.org). +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, +} |