From 72f41093f00faca957ff3eb4f24de5613e9580fe Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Sat, 17 Jul 2021 15:16:36 +0200 Subject: [PATCH] Add og:image meta tag --- _config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index 3df7c8d..922fcfd 100644 --- a/_config.yml +++ b/_config.yml @@ -18,6 +18,12 @@ description: A Simple Reference Image Viewer baseurl: "" # the subpath of your site, e.g. /blog url: "https://beeref.org" +defaults: + - scope: + path: "" # an empty string here means all files in the project + values: + image: "/assets/images/screenshot.png" + # Build settings markdown: kramdown theme: jekyll-theme-cayman