-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json
24 lines (24 loc) · 856 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"outputDirectory": "./public/",
"templateDirectory": "./template/",
"originDirectory": "./origin/",
"retries": 3,
"jsBeautify": {
"indent_size": 4,
"indent_char": " ",
"indent_with_tabs": false
},
"page": {
"siteName": "PSGameSpider",
"author": "RavelloH",
"siteUrl": "https://psgamespider.ravelloh.top/",
"shareImage": "https://ravelloh.github.io/assets/images/apple-touch-icon.png",
"githubUserName": "RavelloH",
"mail": "ravelloh@outlook.com",
"copyrightStartTime": "2019",
"defaultScript": "<script>function main(){}</script>",
"analyticScript": "<script async src=\"/assets/js/analysis.js\" onload=\"umamiAnalytics()\"></script>",
"remotePath": "https://ravelloh.github.io"
},
"mainTemplate": "layout.html"
}