rename web feed, fix self url

This commit is contained in:
John Bowdre 2024-03-15 10:49:01 -05:00
parent 131014e2cf
commit db4799d859
3 changed files with 6 additions and 4 deletions

View file

@ -29,8 +29,8 @@ jobs:
uses: actions/checkout@v4
- name: Gempost build
run: gempost build
- name: Generate https feed
run: ./generate-https-feed.sh
- name: Generate web feed
run: ./generate-web-feed.sh
- name: Connect to Tailscale
uses: tailscale/github-action@v2
with:

View file

@ -2,7 +2,9 @@
set -eu
INFEED="public/gemlog/atom.xml"
OUTFEED="public/gemlog/atom-https.xml"
OUTFEED="public/gemlog/atom-web.xml"
# read INFILE, replace gemini:// with https:// and write to OUTFILE
sed 's/gemini:\/\//https:\/\//g' $INFEED > $OUTFEED
# fix self url
sed -i 's/atom\.xml/atom-https\.xml/g' $OUTFEED

View file

@ -15,7 +15,7 @@
─────
=> {{ feed.feed_url }} [gemini feed]
=> atom-https.xml [https feed]
=> atom-web.xml [web feed]
=> {{ feed.capsule_url }} [home]
{% if feed.rights -%}