added websitegenerator to packages.json (#2685)

This commit is contained in:
Kay 2023-08-17 14:34:48 +02:00 committed by GitHub
parent b8437c1db3
commit 0b1475ab21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]