added websitegenerator to packages.json (#2685)

This commit is contained in:
Kay
2023-08-17 20:34:48 +08:00
committed by GitHub
parent b8437c1db3
commit 0b1475ab21
+16
View File
@@ -31195,5 +31195,21 @@
"description": "Extract Podia sites courses data",
"license": "GPL-3",
"web": "https://github.com/thisago/getpodia"
},
{
"name": "websitegenerator",
"url": "https://github.com/nirokay/websitegenerator",
"method": "git",
"tags": [
"html",
"css",
"website",
"generator",
"library"
],
"description": "Static html and css generator.",
"license": "GPL-3.0-only",
"web": "https://github.com/nirokay/websitegenerator",
"doc": "https://nirokay.github.io/nim-docs/websitegenerator/websitegenerator.html"
}
]