generated from Meekdai/Gmeek-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
22 lines (22 loc) · 1.46 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"title": "浪子博客",
"subTitle": "曾梦想仗剑走天涯",
"avatarUrl": "https://img.imsun.org/avatar.jpg",
"commentLabelColor": "#006b75",
"yearColorList": ["#bc4c00", "#0969da", "#1f883d", "#A333D0"],
"i18n": "CN",
"UTC": 8,
"urlMode": "pinyin",
"style": "",
"singlePage":["about"],
"onePageListNum":10,
"startSite":"10/10/2024",
"script": "<script>const linkElement = document.createElement('link'); linkElement.rel = 'stylesheet'; linkElement.href = 'https://cdn.sgcd.net/lxgw-wenkai-screen-webfont/lxgwwenkaigbscreen.css'; linkElement.onload = function() { const styleElement = document.createElement('style'); styleElement.innerHTML = `* { font-family: \\\"LXGW WenKai Screen\\\", sans-serif !important; }`; document.head.appendChild(styleElement); }; document.head.appendChild(linkElement);</script>",
"head": "",
"allHead": "",
"indexStyle": "",
"indexScript": "<script>const linkElement = document.createElement('link'); linkElement.rel = 'stylesheet'; linkElement.href = 'https://cdn.sgcd.net/lxgw-wenkai-screen-webfont/lxgwwenkaigbscreen.css'; linkElement.onload = function() { const styleElement = document.createElement('style'); styleElement.innerHTML = `* { font-family: \\\"LXGW WenKai Screen\\\", sans-serif !important; }`; document.head.appendChild(styleElement); }; document.head.appendChild(linkElement);</script>",
"showPostSource": 1,
"rssSplit": "sentence",
"GMEEK_VERSION": "last"
}