-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
33 lines (33 loc) · 1.17 KB
/
project.json
File metadata and controls
33 lines (33 loc) · 1.17 KB
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
{
"info": {
"site_name": "RainPPR's WHK Blog",
"site_description": "RainPPR 的文化课博客,主要是理科,尤其是数学、物理、化学、生物等高中学科的知识及题型等笔记。",
"site_author": "RainPPR",
"repo_name": "raineblog/whk",
"repo_url": "https://github.com/raineblog/whk",
"edit_uri": "edit/main/docs/",
"copyright": "<a href=\"https://creativecommons.org/licenses/by-sa/4.0/\" target=\"_blank\" rel=\"noopener\">Creative Commons Attribution-ShareAlike 4.0 International</a> | <a href=\"https://github.com/raineblog/whk/blob/main/LICENSE\" target=\"_blank\" rel=\"noopener\">MIT</a>"
},
"extra": {
"giscus": {
"data_repo": "raineblog/giscus",
"data_repo_id": "R_kgDOMhpKmw",
"data_category_id": "DIC_kwDOMhpKm84ChhZ7"
},
"mastodon": "rainppr",
"social": [
{
"icon": "fontawesome/brands/github",
"link": "https://github.com/RainPPR"
},
{
"icon": "fontawesome/brands/x-twitter",
"link": "https://x.com/rainppr2008"
},
{
"icon": "fontawesome/brands/mastodon",
"link": "https://mastodon.social/@rainppr"
}
]
}
}