This repository was archived by the owner on Feb 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
ProductionURLs :
2
- - ' https://docs.atsign.com/'
2
+ - " https://docs.atsign.com/"
3
3
4
4
# Theme Color for Chrome Browser
5
5
6
- themeColor : ' #fff'
6
+ themeColor : " #fff"
7
7
8
8
# Alert Banner
9
9
# Alert text also supports HTML
@@ -13,25 +13,22 @@ themeColor: '#fff'
13
13
copyRight : |
14
14
© 2023 Atsign - All Rights Reserved
15
15
16
-
17
16
# Menu Config
18
17
19
18
menu :
20
19
section :
21
20
auto : true
22
21
collapsibleSidebar : true
23
22
24
-
25
23
# Repository Information
26
24
27
25
repoHost : GitHub
28
- docsRepo : ' https://github.com/atsign-foundation/atsign.dev-3.0'
26
+ docsRepo : " https://github.com/atsign-foundation/atsign.dev-3.0"
29
27
docsRepoBranch : trunk
30
- docsRepoSubPath : ' '
28
+ docsRepoSubPath : " "
31
29
editPage : false
32
30
lastMod : false # if true, ensure "enableGitInfo" is also true in config.yaml
33
31
34
-
35
32
# Settings toggles
36
33
37
34
options :
@@ -48,16 +45,14 @@ options:
48
45
kaTex : false
49
46
fullWidth : true
50
47
51
-
52
48
# Disable Google's Sitelinks Search Box (Using flexsearch instead)
53
49
54
50
siteLinksSearchBox : true
55
51
56
-
57
52
# Image Config
58
53
59
54
quality : 85
60
- bgColor : ' #fff'
55
+ bgColor : " #fff"
61
56
landscapePhotoWidths :
62
57
- 900
63
58
- 800
@@ -70,13 +65,12 @@ portraitPhotoWidths:
70
65
- 600
71
66
- 500
72
67
lqipWidth : 20x
73
- smallLimit : ' 300'
74
-
68
+ smallLimit : " 300"
75
69
76
70
# Open Graph Config
77
71
78
72
images :
79
- - social-preview .jpg
73
+ - 2023-featured .jpg
80
74
twitterSite : atsigncompany
81
75
twitterCreator : atsigncompany
82
76
# facebookAuthor: verlinde.henk
You can’t perform that action at this time.
0 commit comments