Compare commits

..

No commits in common. "800aee50635f66d1cfbbb94ecdc96b2765578aec" and "e2bdb746c7df45b37d9566c46cc00d3d269a42bd" have entirely different histories.

3 changed files with 1 additions and 14 deletions

View file

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

View file

@ -1,10 +0,0 @@
#!/usr/bin/env bash
set -eu
INFEED="public/gemlog/atom.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-web\.xml/g' $OUTFEED

View file

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