forked from microdotblog/theme-default
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.json
52 lines (52 loc) · 1.92 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
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
{
"params": {
"headertext": "",
"customblogimage": "",
"fediversecreator": "",
"showFullPost": true,
"showPostTimeOnSingle": true,
"showPostTimeOnIndex": true,
"showPostTimeOnArchive": true,
"showReadingTime": true,
"showCategoriesOnPost": true,
"showCategoriesOnArchive": true,
"showCategoriesOnCategory": true,
"showCategoriesOnHomepage": true,
"showPostCategories": true,
"sortTags": true,
"showTinylyticsKudos": false,
"show_category_rss": true,
"paginate_home": true,
"paginate_categories": true,
"paginate_replies": true,
"paginate": 20,
"light_body_background_color": "#f0f2f5",
"light_body_text_color": "#222222",
"light_body_accent_color": "#222222",
"light_body_hover_color": "#0375d5",
"light_card_background_color": "#ffffff",
"light_card_text_color": "#222222",
"light_card_accent_color": "#065ca5",
"light_card_hover_color": "#0375d5",
"light_shadow_color": "#c2c6cb",
"light_card_border_color": "#eaeaec",
"light_blockquote_color": "#f9f4e4",
"light_blockquote_border": "#d9a40d",
"light_blockquote_text": "#222222",
"light_meta_color": "#454545",
"dark_body_background_color": "#2f211a",
"dark_body_text_color": "#e5e1de",
"dark_body_accent_color": "#b58650",
"dark_body_hover_color": "#9b5327",
"dark_card_background_color": "#3f2f27",
"dark_card_text_color": "#e5e1de",
"dark_card_accent_color": "#b58650",
"dark_card_hover_color": "#9b5327",
"dark_shadow_color": "#080604",
"dark_card_border_color": "#2b1e18",
"dark_blockquote_color": "#f3f0ec",
"dark_blockquote_border": "#c0870c",
"dark_blockquote_text": "#303030",
"dark_meta_color": "#454545"
}
}