summaryrefslogtreecommitdiff
path: root/site_root/projects
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-01-12 17:24:25 -0600
committersanine <sanine.not@pm.me>2023-01-12 17:24:25 -0600
commit655cd79991ec9204afb9f5acf52495c13af14d25 (patch)
treec2f441e09ce65337bb622183107a77c40c0dad0b /site_root/projects
parent35de9c18b9c9ce7d466e5aecec0b4becde2795bb (diff)
begin go refactorgo-dynamic
Diffstat (limited to 'site_root/projects')
-rw-r--r--site_root/projects/index.lua19
1 files changed, 0 insertions, 19 deletions
diff --git a/site_root/projects/index.lua b/site_root/projects/index.lua
deleted file mode 100644
index d8751b3..0000000
--- a/site_root/projects/index.lua
+++ /dev/null
@@ -1,19 +0,0 @@
-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,
-}