forked from ianiiaannn/iancmd.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.json
48 lines (48 loc) · 979 Bytes
/
hugo.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"baseURL": "https://iancmd.dev/",
"languageCode": "zh-Hant",
"title": "Ian 的指令星球",
"theme": "poison",
"enableRobotsTXT": true,
"timeZone": "Asia/Taipei",
"hasCJKLanguage": true,
"enableGitInfo": true,
"markup": {
"safeMode": true,
"highlight": {
"tabWidth": 2,
"style": "onedark",
"lineNos": false,
"guessSyntax": true
},
"tableOfContents": {
"startLevel": 2,
"endLevel": 4,
"ordered": false
}
},
"frontmatter": {
"lastmod": [
":fileModTime",
":git"
],
"publishDate": [
"date",
"Date"
],
"date": [
"date",
"Date"
]
},
"params": {
"brand": "Ian 的指令星球",
"brand_image": "/profile.webp",
"dark_mode": true,
"utteranc": "ianiiaannn/iancmd.dev",
"gtag": "G-QSNCX5Z8MF",
"adsense": "ca-pub-3156472131130250",
"github": "ianiiaannn",
"github_url": "https://github.com/ianiiaannn"
}
}