From f67853ad6c98f375d3fece8527d125800ba44eca Mon Sep 17 00:00:00 2001 From: David Kilias Date: Mon, 28 Oct 2024 08:07:44 +0100 Subject: [PATCH] fix: add missing repository variable to _config,yml --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index df938d0..6428989 100644 --- a/_config.yml +++ b/_config.yml @@ -64,6 +64,8 @@ collections: title: Events # BUILD SETTINGS +github: + repository_url: https://github.com/netz39/www.netz39.de sass: style: compressed plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed]