-
Notifications
You must be signed in to change notification settings - Fork 0
/
constants-config.json
102 lines (102 loc) · 2.83 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
{
"author": "",
"public-ga-tracking-id": "",
"google-search-console-html-tag": "",
"socials": {
"email": "",
"github": "",
"googlescholar": "",
"semanticscholar": "",
"dblp": "",
"facebook": "",
"twitter": "",
"threads": "",
"instagram": "",
"mastodon": "",
"this-github-repo": "https://github.com/daniel-locatelli/daniellocatelli"
},
"custom-domain": "",
"base-path": "",
"giscus": {
"data-repo": "daniel-locatelli/daniellocatelli",
"data-repo-id": "",
"data-category": "Announcements",
"data-category-id": "DIC_kwDOK0FuUM4CbZ5A",
"data-mapping": "pathname",
"data-input-position": "top",
"data-reactions-enabled": true
},
"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
},
"shortcodes": {
"html": "<!DOCTYPE html>",
"alt-text": { "start": "<<alt-text-start>>", "end": "<<alt-text-end>>" },
"expressive-code": {
"start": "<<expressive-code-start>>",
"end": "<<expressive-code-end>>"
},
"footnotes": { "start": "<<fnt-start>>", "end": "<<fnt-end>>" }
},
"recent-posts-on-home-page": false,
"bottom-toc": true,
"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": "",
"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-tweet-embeds": false,
"optimize-images": true,
"redirects": {}
}