start work on new website

This commit is contained in:
sashinexists
2024-12-04 16:17:16 +11:00
parent 1cb1a56205
commit 12b9db6212
14 changed files with 202 additions and 0 deletions

4
src/views.ori Normal file
View File

@@ -0,0 +1,4 @@
{
index.html = templates/default.ori.html(templates/partials/view-cards.ori.html(data/views))
...map(data/views, (view)=>templates/default.ori.html(mdHtml(view)))
}