-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstants-config.json
144 lines (144 loc) · 4.19 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
134
135
136
137
138
139
140
141
142
143
144
{
"database-id": "34be304850014e9e9ced341c9627371b",
"author": "Nerdy Momo Cat",
"tracking": {
"google-analytics": {
"use-ga": true,
"public-ga-tracking-id": "G-J7JWVG489F"
},
"umami": {
"use-umami": true,
"data-website-id": "ed76135b-e6d0-4009-863f-d5f3d59ca396",
"self-hosted": false,
"self-hosted-umami-url": ""
}
},
"google-search-console-html-tag": "KIPm1JP9iHIMjr94kOr3t1nyRaPn43dyT9h_dk7ZeCk",
"socials": {
"email": "mailto:[email protected]",
"github": "https://github.com/nerdymomocat",
"googlescholar": "",
"semanticscholar": "",
"dblp": "",
"substack": "",
"facebook": "",
"twitter": "https://twitter.com/nerdymomocat",
"threads": "https://www.threads.net/@nerdymomocat",
"instagram": "",
"mastodon": "",
"bluesky": "https://bsky.app/profile/nerdymomocat.bsky.social",
"calendar": "",
"kofi": "https://ko-fi.com/nerdymomocat",
"buy-me-a-coffee": "",
"this-github-repo": "https://github.com/nerdymomocat/nerdymomocat.github.io"
},
"custom-domain": "",
"base-path": "",
"giscus": {
"data-repo": "nerdymomocat/nerdymomocat.github.io",
"data-repo-id": "R_kgDOK0JDGg",
"data-category": "Announcements",
"data-category-id": "DIC_kwDOK0JDGs4CbZ9k",
"data-mapping": "pathname",
"data-input-position": "top",
"data-reactions-enabled": true
},
"bluesky-comments": {
"show-comments-from-bluesky": true,
"auto-search-for-match": {
"turn-on-auto-search": true,
"author": "nerdymomocat.bsky.social",
"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": true,
"theme": {
"colors": {
"bg": {
"light": "248 248 248",
"dark": "21 21 21"
},
"text": {
"light": "19 21 22",
"dark": "242 243 244"
},
"link": {
"light": "19 69 137",
"dark": "136 207 243"
},
"accent": {
"light": "208 83 0",
"dark": "243 172 136"
},
"accent-2": {
"light": "184 5 59",
"dark": "243 136 154"
},
"quote": {
"light": "113 135 47",
"dark": "207 243 136"
}
},
"fontfamily-google-fonts": {
"combined-url": "https://fonts.googleapis.com/css2?family=Geist+Mono:[email protected]&family=Geist:[email protected]&display=swap",
"sans-font-name": "Geist",
"serif-font-name": "",
"mono-font-name": "Geist\\ 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": 2,
"excerpt": true,
"title-font-url": "https://fonts.googleapis.com/css2?family=Fredericka+the+Great&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": {
"/stream.html": "collections/stream/",
"/posts/scratches_and_scribbles.html": "/posts/scratches_and_scribbles/",
"/posts/self_organizing_bookmarks.html": "posts/self_organizing_bookmarks/",
"/posts/graph_based_notetaking_opinion.html": "posts/graph_based_notetaking_opinion/",
"/posts/notion_latex_resume.html": "posts/notion_latex_resume/",
"/posts/textsvsbeeper.html": "/posts/textsvsbeeper/",
"/posts/choose_your_notetaking_app.html": "/posts/choose_your_notetaking_app/",
"/posts/pkm_components.html": "/posts/pkm_components/",
"/posts/gdocs_are_underrated.html": "/posts/gdocs_are_underrated/",
"/code-and-snippets": "/posts/code-and-snippets/"
}
}