diff --git a/Gemfile b/Gemfile index 3fb3b3a..848b4dd 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,6 @@ gem "webrick" group :jekyll_plugins do gem "jekyll-redirect-from" + gem "jekyll-sitemap" + # gem "jekyll-last-modified-at" end diff --git a/Gemfile.lock b/Gemfile.lock index 1d77d7b..c433013 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,6 +33,8 @@ GEM jekyll (>= 3.3, < 5.0) jekyll-sass-converter (2.1.0) sassc (> 2.0.1, < 3.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (2.3.1) @@ -66,7 +68,8 @@ PLATFORMS DEPENDENCIES jekyll jekyll-redirect-from + jekyll-sitemap webrick BUNDLED WITH - 2.2.16 + 2.2.19 diff --git a/_config.yml b/_config.yml index f9cba0f..f270f20 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -# url: https://localhost.rubenwardy.com +url: https://renewedtab.com description: A customisable New Tab page, with widgets and beautiful backgrounds permalink: pretty sass: @@ -6,6 +6,7 @@ sass: plugins: - jekyll-redirect-from + - jekyll-sitemap firefox: https://addons.mozilla.org/addon/renewed-tab/?utm_source=renewedtab.com&utm_medium=referral chrome: https://chrome.google.com/webstore/detail/renewed-tab/laljofodhebajcajogbolahbjdcnfgkf?utm_source=renewedtab.com&utm_medium=referral diff --git a/_layouts/default.html b/_layouts/default.html index 107050c..b9e8454 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -17,11 +17,11 @@ {% if page.url == "/" %} - - - - - + + + + + {% endif %}