diff options
Diffstat (limited to 'site_root/projects/index.lua')
-rw-r--r-- | site_root/projects/index.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/site_root/projects/index.lua b/site_root/projects/index.lua new file mode 100644 index 0000000..96e3abe --- /dev/null +++ b/site_root/projects/index.lua @@ -0,0 +1,12 @@ +local md = [[ +projects +======== + +tl;dr projects go here +]] + +return { + title='projects', + layout='base', + markdown=md, +} |