-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.toml
45 lines (37 loc) · 1.15 KB
/
config.toml
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
languageCode = 'en-us'
title = "Star Wars notes"
themesDir = "../.."
theme = "little-ocean"
[permalinks]
posts = '/:title'
[params]
logoUrl = '/favicon.png'
[params.styles]
# color = "#fff"
# backgroundColor = "#000"
# lineHeight = "1.6"
# fontFamily = "Arial, sans-serif"
# headerBackgroundColor = "#111"
# headerBorderBottomColor = "#666"
# headerColor = "#fafafa"
# pageBackgroundColor = "#000"
# pageBorderLeftColor = "#333"
# pageLinkColor = "#10B981"
# pageMaxWidth = "625px"
# pageFontSize = "16px"
# pageLineHeight = "22px"
# pageHrBackgroundColor = "#666"
# backlinksBackgroundColor = "#222"
# backlinksBorderRadius = "3px"
# backlinkLabelColor = "#aaa"
# backlinkTitleColor = "#ccc"
# backlinkPreviewColor = "#eee"
# backlinkHoverBackgroundColor = "#444"
# previewWidth = "500px"
# previewMaxHeight = "350px"
# previewScale = "0.7"
# previewBoxShadowTopColor = "rgba(255, 255, 255, 0.08)"
# previewBoxShadowRightColor = "rgba(255, 255, 255, 0.04)"
# previewBoxShadowBottomColor = "rgba(255, 255, 255, 0.15)"
# previewBoxShadowLeftColor = "rgba(255, 255, 255, 0.04)"
# searchExtractColor = "#666"