feat: add rss

This commit is contained in:
Anton Livaja 2025-03-20 18:56:28 -07:00
parent ba73017071
commit 1cbde623ef
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
6 changed files with 24 additions and 0 deletions

View File

@ -1,2 +1,3 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "jekyll-theme-console", path: "./_vendor/jekyll-theme-console" gem "jekyll-theme-console", path: "./_vendor/jekyll-theme-console"
gem 'jekyll-feed'

View File

@ -21,6 +21,10 @@ footer: '© 2025 Distrust LLC'
theme: jekyll-theme-console theme: jekyll-theme-console
permalink: /:title/ permalink: /:title/
plugins:
- jekyll-feed
# Exclude from processing. # Exclude from processing.
# The following items will not be processed, by default. # The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to # Any item listed under the `exclude:` key here will be automatically added to

View File

@ -20,6 +20,12 @@
<li class="show"> <li class="show">
<a href="/contact.html" class="mega-inverted button">Work with us</a> <a href="/contact.html" class="mega-inverted button">Work with us</a>
</li> </li>
<li class="show">
<a href="/feed.xml" style="vertical-align: middle;">
<img style="filter: grayscale(100%); width: 22px; vertical-align: sub" src="../assets/base/rss.png" />
</a>
</li>
</ul> </ul>
<div id="hamburger-menu" class="hide menu-button-container" for="menu-toggle"> <div id="hamburger-menu" class="hide menu-button-container" for="menu-toggle">
<input id="menu-toggle" type="checkbox" /> <input id="menu-toggle" type="checkbox" />

View File

@ -1,6 +1,15 @@
--- ---
layout: post layout: post
title: Distrust - Trust But Verify title: Distrust - Trust But Verify
date: 2024-03-28
cover_image: "../assets/images/whale_shark.jpg"
authors:
- name: Ryan Heywood
bio: Professional bonker / twerker.
twitter: le twitter
- name: Anton Livaja
bio: Professional .
twitter: antonlivaja
--- ---
Bacon ipsum dolor amet porchetta brisket pork loin, cupim pork belly frankfurter landjaeger andouille ground round hamburger corned beef tri-tip short loin. Ribeye andouille bacon pork leberkas doner. Meatloaf capicola brisket hamburger tongue chuck. Tail ham prosciutto, beef ribs beef frankfurter flank strip steak tenderloin. Bacon ipsum dolor amet porchetta brisket pork loin, cupim pork belly frankfurter landjaeger andouille ground round hamburger corned beef tri-tip short loin. Ribeye andouille bacon pork leberkas doner. Meatloaf capicola brisket hamburger tongue chuck. Tail ham prosciutto, beef ribs beef frankfurter flank strip steak tenderloin.

View File

@ -1497,6 +1497,10 @@ pre {
max-width: 100%; max-width: 100%;
} }
#lp-post-img {
max-width: 100%;
}
/** end blog */ /** end blog */
*, *,

BIN
assets/base/rss.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB