forked from otoyo/astro-notion-blog
-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconstants-config.json
133 lines (133 loc) · 3.33 KB
/
constants-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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"database-id": "169b6e632b7448529120599281265ac5",
"author": "",
"tracking": {
"google-analytics": {
"use-ga": true,
"public-ga-tracking-id": ""
},
"umami": {
"use-umami": false,
"data-website-id": "",
"self-hosted": false,
"self-hosted-umami-url": ""
}
},
"google-search-console-html-tag": "",
"socials": {
"email": "",
"github": "",
"googlescholar": "",
"semanticscholar": "",
"dblp": "",
"substack": "",
"facebook": "",
"twitter": "",
"threads": "",
"instagram": "",
"mastodon": "",
"bluesky": "",
"calendar": "",
"kofi": "",
"buy-me-a-coffee": "",
"this-github-repo": "https://github.com/nerdymomocat-templates/webtrotion-astro-notion-cms-website-blog"
},
"custom-domain": "",
"base-path": "",
"giscus": {
"data-repo": "nerdymomocat-templates/webtrotion-astro-notion-cms-website-blog",
"data-repo-id": "R_kgDOK0FuUA",
"data-category": "Announcements",
"data-category-id": "DIC_kwDOK0FuUM4CbZ5A",
"data-mapping": "pathname",
"data-input-position": "top",
"data-reactions-enabled": true
},
"bluesky-comments": {
"show-comments-from-bluesky": false,
"auto-search-for-match": {
"turn-on-auto-search": false,
"author": "",
"echo-feed-emoji": ""
}
},
"references": {
"site-links-in-page": true,
"external-links-in-page": true,
"media-and-file-links-in-this-page": true,
"links-to-this-page": true,
"popovers": true,
"footnotes": true
},
"shortcodes": {
"html-render": "<!DOCTYPE html> <!-- iframe -->",
"html-inject": "<!DOCTYPE html> <!-- inject -->",
"alt-text": {
"start": "<<alt-text-start>>",
"end": "<<alt-text-end>>"
},
"expressive-code": {
"start": "<<expressive-code-start>>",
"end": "<<expressive-code-end>>"
},
"shiki-transform": "<<shiki-transform>>",
"table": "<<🗂️>>"
},
"recent-posts-on-home-page": false,
"theme": {
"colors": {
"bg": {
"light": "249 249 249",
"dark": "28 30 32"
},
"text": {
"light": "34 39 42",
"dark": "255 255 255"
},
"link": {
"light": "85 123 118",
"dark": "199 200 203"
},
"accent": {
"light": "203 41 65",
"dark": "41 188 136"
},
"accent-2": {
"light": "17 17 17",
"dark": "237 237 237"
},
"quote": {
"light": "203 41 65",
"dark": "205 254 183"
}
},
"fontfamily-google-fonts": {
"combined-url": "https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap",
"sans-font-name": "Roboto",
"serif-font-name": "",
"mono-font-name": "Roboto\\ Mono"
}
},
"webmention": {
"webmention-api-key": "",
"webmention-link": ""
},
"number-of-posts-per-page": 10,
"enable-lightbox": true,
"request-timeout-ms": "10000",
"menu-pages-collection": "main",
"heading-blocks": ["heading_1", "heading_2", "heading_3"],
"full-preview-collections": ["Stream"],
"hide-underscore-slugs-in-lists": true,
"home-page-slug": "",
"all-footnotes-page-slug": "_all-footnotes",
"og-setup": {
"columns": 1,
"excerpt": false,
"title-font-url": "https://fonts.googleapis.com/css2?family=Kreon:wght@500&display=swap",
"footnote-font-url": "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@700&display=swap"
},
"full-width-social-embeds": false,
"optimize-images": true,
"redirects": {}
}