Initial commit, blog system works

This commit is contained in:
2026-07-16 21:08:50 -05:00
commit 3841122960
22 changed files with 5628 additions and 0 deletions

12
.luarc.json Normal file
View File

@@ -0,0 +1,12 @@
{
"runtime.version": "Lua 5.4",
"workspace.ignoreDir": [".jj", ".deps"],
"diagnostics.globals": [
"HidePath", "Log", "kLogWarn", "kLogInfo", "kLogDebug",
"SetStatus", "SetHeader", "SetCookie", "GetCookie", "GetHeader",
"GetRemoteAddr", "FormatIp", "ParseIp", "GetParam",
"EscapeHtml", "EscapePath", "EncodeHex", "GetRandomBytes",
"ServeRedirect", "Write", "Fetch",
"unix", "argon2"
]
}