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 @@