diff --git a/Gemfile b/Gemfile
index f01211b..9b6eb15 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,6 +16,8 @@ gem "minima", "~> 2.5"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
+ gem "jekyll-sitemap"
+ gem "jekyll-file-size"
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
diff --git a/Gemfile.lock b/Gemfile.lock
index 49ede72..43e8492 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -36,10 +36,13 @@ GEM
webrick (~> 1.7)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
+ jekyll-file-size (0.0.7)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
+ jekyll-sitemap (1.4.0)
+ jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
@@ -80,6 +83,8 @@ DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll (~> 4.3.3)
jekyll-feed (~> 0.12)
+ jekyll-file-size
+ jekyll-sitemap
minima (~> 2.5)
tzinfo (>= 1, < 3)
tzinfo-data
diff --git a/_config.yml b/_config.yml
index 338dfe1..3480670 100644
--- a/_config.yml
+++ b/_config.yml
@@ -14,3 +14,5 @@ defaults:
type: "comic"
values:
layout: "comic"
+
+url: https://abslimeware.neocities.org
diff --git a/_includes/comicnav.html b/_includes/comicnav.html
index 92f2159..8535c37 100644
--- a/_includes/comicnav.html
+++ b/_includes/comicnav.html
@@ -1,4 +1,8 @@
back
+
+
+ RSS
+
{% for post in site.comic %}
{% if post.title == "comic index" %}
{% continue %}
diff --git a/assets/images/blinkers/rss.png b/assets/images/blinkers/rss.png
new file mode 100644
index 0000000..fce4573
Binary files /dev/null and b/assets/images/blinkers/rss.png differ
diff --git a/assets/rss/comic.xml b/assets/rss/comic.xml
new file mode 100644
index 0000000..fdbdd38
--- /dev/null
+++ b/assets/rss/comic.xml
@@ -0,0 +1,26 @@
+---
+layout: null
+---
+
+
+
+ slime pond comics
+ https://abslimeware.neocities.org
+ a very slimy themed comic
+ FEED MAY BE BUGGY
+
+ {% for post in site.comic reversed limit:10 %}
+ -
+ {{ post.title | downcase }}
+ {{ post.url | absolute_url }}
+ {{ post.url }}
+ {{ post.date | date_to_xmlscema }}
+ Click to add description..
+ {% capture fullimg %}/assets/images/{{ post.image }}{% endcapture %}
+
+
+ {% endfor %}
+
+