aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile6
-rw-r--r--_config.yml3
-rw-r--r--_includes/footer.html4
3 files changed, 7 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index ddfd1f0..a7abdad 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,9 +15,9 @@ gem "jekyll-sass-converter", "~> 2.2"
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
-#group :jekyll_plugins do
-# gem "jekyll-feed", "~> 0.12"
-#end
+group :jekyll_plugins do
+ gem "jekyll-gzip"
+end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
diff --git a/_config.yml b/_config.yml
index f490ad8..fa2af63 100644
--- a/_config.yml
+++ b/_config.yml
@@ -14,6 +14,9 @@ collections:
permalink: /blog/:title/
+plugins:
+ - jekyll-gzip
+
exclude:
- generate.sh
- website-check.rb
diff --git a/_includes/footer.html b/_includes/footer.html
index 3a0ce60..ca29565 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -3,9 +3,7 @@
<p>The content for this site is <a
href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br>
<a href="https://codeberg.org/btxx/1mb-club">source code for this site</a></p>
- <p>Maintained with &hearts; for a performant web<br>
- Powered by <a href="https://freebsd.org">FreeBSD</a> and <a href="https://jekyllrb.com/">Jekyll</a><br>
- Hosted on <a href="https://www.nearlyfreespeech.net/contribute/btxx.org">NearlyFreeSpeech.NET</a></p>
+ <p>Maintained with &hearts; for a performant web</p>
<p>Proud supporter of <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a> and <a href="https://usefathom.com/ref/DKHJVX">Fathom</a><br>
Feel free to reach out via <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a><br>
Latest sites via <a href="/atom.xml">atom.xml</a> // Latest articles via <a href="/posts.xml">posts.xml</a></p>