blob: 8b0361000d6b635990b10f1a042e42223abf2448 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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,
}
|