-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.json
More file actions
24 lines (24 loc) · 890 Bytes
/
Copy pathconfig.json
File metadata and controls
24 lines (24 loc) · 890 Bytes
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 defer src=\"https://insight.ravelloh.com/script.js?siteId=12f27cea-19af-44e6-a99c-20cc7b292ec0\"></script>>",
"remotePath": "https://static.ravelloh.top"
},
"mainTemplate": "layout.html"
}