feat: HTML man pages

This commit is contained in:
2026-07-09 11:32:27 +02:00
parent 51bab1e62e
commit e5db1c3918
23 changed files with 4245 additions and 12 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "montaukos-website",
"runtimeExecutable": "python3",
"runtimeArgs": ["-m", "http.server", "8123", "--directory", "montaukos.org"],
"port": 8123
}
]
}