Compare commits

..

2 Commits

Author SHA1 Message Date
kris 70a4274e64 Add RSS feed link to author profile 2026-05-30 10:51:05 -04:00
kris 7798f2d98d Bump Ruby to 3.3 in CI for updated gems 2026-05-25 23:20:08 -04:00
2 changed files with 8 additions and 6 deletions
+4 -5
View File
@@ -19,14 +19,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v6
- name: Setup Ruby - name: Setup Ruby
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0 uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
with: with:
ruby-version: '3.1' ruby-version: "3.3"
bundler-cache: true bundler-cache: true
cache-version: 0 cache-version: 1
- name: Setup Pages - name: Setup Pages
id: pages id: pages
uses: actions/configure-pages@v5 uses: actions/configure-pages@v5
+4 -1
View File
@@ -16,7 +16,7 @@ footer:
author: author:
name: "Kris Lamoureux" name: "Kris Lamoureux"
avatar: "https://2.gravatar.com/avatar/a33713ab741271d63c888e\ avatar: "https://2.gravatar.com/avatar/a33713ab741271d63c888e\
5df8112f227571e4dd5d31162b0920f175e81f78a6?size=256" 5df8112f227571e4dd5d31162b0920f175e81f78a6?size=256"
bio: "Linux Systems Enthusiast" bio: "Linux Systems Enthusiast"
links: links:
- label: "Gitea" - label: "Gitea"
@@ -28,3 +28,6 @@ author:
- label: "LinkedIn" - label: "LinkedIn"
icon: "fab fa-fw fa-linkedin" icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/krislamo" url: "https://www.linkedin.com/in/krislamo"
- label: "Feed"
icon: "fas fa-fw fa-rss-square"
url: "/feed.xml"