Generating thumbnails. Added site overview page.

This commit is contained in:
2019-11-11 03:20:00 +01:00
parent 948597d265
commit 50816d7b28
28 changed files with 780 additions and 182 deletions

View File

@@ -10,7 +10,7 @@
"no-console": 0,
"indent": ["error", 4],
"max-len": [2, {
"code": 200,
"code": 300,
"tabWidth": 4,
"ignoreUrls": true
}],