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/projects | |
parent | 655cd79991ec9204afb9f5acf52495c13af14d25 (diff) |
wrong branch :c
Diffstat (limited to 'site_root/projects')
-rw-r--r-- | site_root/projects/index.lua | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/site_root/projects/index.lua b/site_root/projects/index.lua new file mode 100644 index 0000000..d8751b3 --- /dev/null +++ b/site_root/projects/index.lua @@ -0,0 +1,19 @@ +local md = [[ +projects +======== + +[sona e toki pona](/utils/toki-pona-trainer) - an interactive trainer for toki pona vocabulary. + +[学文字](/utils/chinese-characters) - an interactive trainer for chinese characters. + +[glyph generator](utils/glyph) - generate novel runes. + +[amaryllis](/utils/amaryllis/amaryllis.cgi) - conlang word-creation tool. + +]] + +return { + title='projects', + layout='base', + markdown=md, +} |