From 1cbde623ef62b39a58cab156bb4f1129ab70f999 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Thu, 20 Mar 2025 18:56:28 -0700 Subject: [PATCH] feat: add rss --- Gemfile | 1 + _config.yml | 4 ++++ _includes/header.html | 6 ++++++ _posts/2024-03-28-introducing-distrust.md | 9 +++++++++ _sass/base.scss | 4 ++++ assets/base/rss.png | Bin 0 -> 6438 bytes 6 files changed, 24 insertions(+) create mode 100644 assets/base/rss.png diff --git a/Gemfile b/Gemfile index c98b092..1a301d9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,3 @@ source "https://rubygems.org" gem "jekyll-theme-console", path: "./_vendor/jekyll-theme-console" +gem 'jekyll-feed' \ No newline at end of file diff --git a/_config.yml b/_config.yml index 8f25dbb..3a19d64 100644 --- a/_config.yml +++ b/_config.yml @@ -21,6 +21,10 @@ footer: '© 2025 Distrust LLC' theme: jekyll-theme-console permalink: /:title/ + +plugins: +- jekyll-feed + # Exclude from processing. # The following items will not be processed, by default. # Any item listed under the `exclude:` key here will be automatically added to diff --git a/_includes/header.html b/_includes/header.html index db58a91..af71bdb 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -20,6 +20,12 @@
  • Work with us
  • +
  • + + + +
  • +