From 62e9235e6647c1ece4adc6f2deb1ec75797fc354 Mon Sep 17 00:00:00 2001
From: etherware-novice <73374039+etherware-novice@users.noreply.github.com>
Date: Thu, 1 Aug 2024 16:26:04 -0500
Subject: [PATCH] RSS Feed!
---
Gemfile | 2 ++
Gemfile.lock | 5 +++++
_config.yml | 2 ++
_includes/comicnav.html | 4 ++++
assets/images/blinkers/rss.png | Bin 0 -> 1032 bytes
assets/rss/comic.xml | 26 ++++++++++++++++++++++++++
6 files changed, 39 insertions(+)
create mode 100644 assets/images/blinkers/rss.png
create mode 100644 assets/rss/comic.xml
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 0000000000000000000000000000000000000000..fce45734b4962e1a69b73c2c16ef273f3a56e645
GIT binary patch
literal 1032
zcmV+j1o!)iP)Dl}l_?RT#&A-*@la=?pFHlu~OemLOtyMqt$qM1!ac
z(KN(o*t#<$=tg4`5_I80cP=z+j4{zbkd5L39|`zCMQMDXLP`M%ZLJ-cb~^3cd(P+L
z3^Nj3d6ScS&VTVc|MUOOLjX?iS>C&(yL6z?(J^e^dPD#~L_mPXuhnnq=9#XRD@Up`
z<&mxL{xv11_bl%%-7)ZWF)6G{D|2WB8Y>zJ5=$6If<$tYCMwNlT43^Gd2Hs=m7#b^
zcj-VeDXdDb&!I_#s-bZUpb??p)WTR)5CK&{7r1S(v}$o~{y<#l=on5bb7(AdKJo&^
zp(pT_NwUe`$;MBSo%;-_U%LgS4InC*Gc28_*tK*xHg7$8!+`=Cpbg>30XAHr0YDAOYr5!`D3mJt_hk2cY}=0@>vsvFbFELZta#Z9a_b%>*|Zyq%bI+D_6Y8qH?Yj(8X%tG>0lr3RNSH8O)3p}7^3
zwL3_*J_&%$PT+n%g!|<%?%OwEYLw{yS0GBzwU41!{~-PT5H2-b-SC;mG(r)Ydktwt
zCmnsnL(h@yeh2MdiNAc3?D$Jy9)SF|z1WieCd{V>2GPFl{rlVUAwOpS#3s(b;x)81
z2vLHxb)k3dz>j}Pc6k(ti3T=<#z>*W!su~)W}(FmhtjArb64;eJ|{c*I`#K=W0y_@
zyZKJyov-11p4y3n_{v0(H|&J=K3rzFEI3pVX;oN3;utA*BK7NJpT3B{@I{EAa|OB0
zPm|RaseSccBNwG@(?h{sYM9xL3ZzYU)s&;&yYZ=!P6nVB+L3%a-h&y$=9w0i9#Qb;
zKEfmqrPb6&kK*QLadpF89b@6l$C!t7W)hznwVzJn=Br@fyWnb9rH8Ro$p6nd93@5^s%b*4NrF
+
+
+ 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 %}
+
+