News
+{{ page.title }}
-
{% for post in site.posts %}
diff --git a/sitemap.xml b/sitemap.xml
deleted file mode 100644
index 61f7665..0000000
--- a/sitemap.xml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-layout: minify
----
-
-
diff --git a/404.html b/404.html index 344ab59..edee8da 100644 --- a/404.html +++ b/404.html @@ -1,4 +1,5 @@ --- layout: home permalink: /404 +sitemap: false --- diff --git a/_config.yml b/_config.yml index 1d7f329..4c396f8 100644 --- a/_config.yml +++ b/_config.yml @@ -3,9 +3,12 @@ description: Kaboom is a multiplayer server for Minecraft that combines free OP url: https://kaboom.pw exclude: - - Gemfile - LICENSE - README.md sass: style: :compressed + +gems: + - jekyll-feed + - jekyll-sitemap diff --git a/_layouts/main.html b/_layouts/main.html index 8e8fc04..8731709 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -6,7 +6,13 @@ layout: minify