mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
d8c46ff78a
This is the code that uguu.se is running, based off Pomf.
28 lines
587 B
JSON
28 lines
587 B
JSON
{
|
|
"init": {
|
|
"allowErrors": false
|
|
},
|
|
"dest": "dist",
|
|
"pkgVersion": "<%= pkg.version %>",
|
|
"banners": [
|
|
"banners/malware_scans.swig",
|
|
"banners/donations.swig"
|
|
],
|
|
"src": [
|
|
"templates/index.swig",
|
|
"templates/faq.swig",
|
|
"templates/tools.swig"
|
|
],
|
|
"generateRobotstxt": false,
|
|
"generateSitemap": false,
|
|
"max_upload_size": 128,
|
|
"production": false,
|
|
"siteName": "SITENAME",
|
|
"siteUrl": "https://yoursite.com",
|
|
"abuseContact": "abuse@example.com",
|
|
"infoContact": "info@example.com",
|
|
"paypalUrl": "",
|
|
"bitcoinAddress": "",
|
|
"flattrUrl": ""
|
|
}
|