From b9e619d9981c6949e485abc850b21a1170494868 Mon Sep 17 00:00:00 2001 From: Keiran Wilkinson Date: Sun, 6 Sep 2020 17:14:23 +0100 Subject: [PATCH] Adding the sitemap generation to github pages --- _config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 0b0047a..6d85319 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,4 @@ -name: CodeWith \ No newline at end of file +name: CodeWith +url: "https://codewith.org.uk" # the base hostname & protocol for your site +plugins: + - jekyll-sitemap \ No newline at end of file