From d0376745f694cd68e2d49e7d30185d9bc5d3ff6b Mon Sep 17 00:00:00 2001 From: Alex Rocha <9896751+alexcrocha@users.noreply.github.com> Date: Tue, 24 Sep 2024 06:54:07 -0700 Subject: [PATCH] Add Social Media Preview Image for Ruby LSP Docs (#2606) Add default image to social media card preview --- jekyll/_config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jekyll/_config.yml b/jekyll/_config.yml index f54e9c4fe..4940c670d 100644 --- a/jekyll/_config.yml +++ b/jekyll/_config.yml @@ -4,6 +4,13 @@ description: >- baseurl: "/ruby-lsp" url: "https://shopify.github.io" github_username: shopify + +defaults: + - scope: + path: "" + values: + image: /icon.png + aux_links: "Ruby DX Slack": - "https://join.slack.com/t/ruby-dx/shared_invite/zt-2c8zjlir6-uUDJl8oIwcen_FS_aA~b6Q" @@ -19,6 +26,7 @@ nav_external_links: theme: just-the-docs plugins: - jekyll-feed + - jekyll-seo-tag destination: ../docs # Copied from just-the-docs's _config.yml