Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit d225525

Browse files
authored
Merge pull request #271 from atsign-foundation/social-preview-2023
feat: Replace the social preview to match atsign.com
2 parents e50aee6 + 003167a commit d225525

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

config/_default/params.yaml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ProductionURLs:
2-
- 'https://docs.atsign.com/'
2+
- "https://docs.atsign.com/"
33

44
# Theme Color for Chrome Browser
55

6-
themeColor: '#fff'
6+
themeColor: "#fff"
77

88
# Alert Banner
99
# Alert text also supports HTML
@@ -13,25 +13,22 @@ themeColor: '#fff'
1313
copyRight: |
1414
© 2023 Atsign - All Rights Reserved
1515
16-
1716
# Menu Config
1817

1918
menu:
2019
section:
2120
auto: true
2221
collapsibleSidebar: true
2322

24-
2523
# Repository Information
2624

2725
repoHost: GitHub
28-
docsRepo: 'https://github.com/atsign-foundation/atsign.dev-3.0'
26+
docsRepo: "https://github.com/atsign-foundation/atsign.dev-3.0"
2927
docsRepoBranch: trunk
30-
docsRepoSubPath: ''
28+
docsRepoSubPath: ""
3129
editPage: false
3230
lastMod: false # if true, ensure "enableGitInfo" is also true in config.yaml
3331

34-
3532
# Settings toggles
3633

3734
options:
@@ -48,16 +45,14 @@ options:
4845
kaTex: false
4946
fullWidth: true
5047

51-
5248
# Disable Google's Sitelinks Search Box (Using flexsearch instead)
5349

5450
siteLinksSearchBox: true
5551

56-
5752
# Image Config
5853

5954
quality: 85
60-
bgColor: '#fff'
55+
bgColor: "#fff"
6156
landscapePhotoWidths:
6257
- 900
6358
- 800
@@ -70,13 +65,12 @@ portraitPhotoWidths:
7065
- 600
7166
- 500
7267
lqipWidth: 20x
73-
smallLimit: '300'
74-
68+
smallLimit: "300"
7569

7670
# Open Graph Config
7771

7872
images:
79-
- social-preview.jpg
73+
- 2023-featured.jpg
8074
twitterSite: atsigncompany
8175
twitterCreator: atsigncompany
8276
# facebookAuthor: verlinde.henk

static/2023-featured.jpg

54.8 KB
Loading

static/2023-featured.png

23 KB
Loading

0 commit comments

Comments
 (0)