From 655cd79991ec9204afb9f5acf52495c13af14d25 Mon Sep 17 00:00:00 2001 From: sanine Date: Thu, 12 Jan 2023 17:24:25 -0600 Subject: begin go refactor --- data/about.lua | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/about.lua (limited to 'data/about.lua') diff --git a/data/about.lua b/data/about.lua new file mode 100644 index 0000000..9f87357 --- /dev/null +++ b/data/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, +} -- cgit v1.2.1