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

Commit

Permalink
Merge pull request #271 from atsign-foundation/social-preview-2023
Browse files Browse the repository at this point in the history
feat: Replace the social preview to match atsign.com
  • Loading branch information
XavierChanth authored Feb 9, 2023
2 parents e50aee6 + 003167a commit d225525
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ProductionURLs:
- 'https://docs.atsign.com/'
- "https://docs.atsign.com/"

# Theme Color for Chrome Browser

themeColor: '#fff'
themeColor: "#fff"

# Alert Banner
# Alert text also supports HTML
Expand All @@ -13,25 +13,22 @@ themeColor: '#fff'
copyRight: |
© 2023 Atsign - All Rights Reserved
# Menu Config

menu:
section:
auto: true
collapsibleSidebar: true


# Repository Information

repoHost: GitHub
docsRepo: 'https://github.com/atsign-foundation/atsign.dev-3.0'
docsRepo: "https://github.com/atsign-foundation/atsign.dev-3.0"
docsRepoBranch: trunk
docsRepoSubPath: ''
docsRepoSubPath: ""
editPage: false
lastMod: false # if true, ensure "enableGitInfo" is also true in config.yaml


# Settings toggles

options:
Expand All @@ -48,16 +45,14 @@ options:
kaTex: false
fullWidth: true


# Disable Google's Sitelinks Search Box (Using flexsearch instead)

siteLinksSearchBox: true


# Image Config

quality: 85
bgColor: '#fff'
bgColor: "#fff"
landscapePhotoWidths:
- 900
- 800
Expand All @@ -70,13 +65,12 @@ portraitPhotoWidths:
- 600
- 500
lqipWidth: 20x
smallLimit: '300'

smallLimit: "300"

# Open Graph Config

images:
- social-preview.jpg
- 2023-featured.jpg
twitterSite: atsigncompany
twitterCreator: atsigncompany
# facebookAuthor: verlinde.henk
Expand Down
Binary file added static/2023-featured.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/2023-featured.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d225525

Please sign in to comment.