diff options
| author | alex <alex@pdp7.net> | 2026-02-15 11:07:25 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-02-15 11:07:25 +0100 |
| commit | e07dd0d3c0804a317ed030115b4ca8dd41a5e432 (patch) | |
| tree | b9113097c3e5f2397c2b5a3a8b6ec278239e4c15 /gemini-to-web/example | |
| parent | 2c373bc1c2249eb44b153fc0805588e40dfa0d2e (diff) | |
Add RSS links to HTML
Diffstat (limited to 'gemini-to-web/example')
| -rwxr-xr-x | gemini-to-web/example/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gemini-to-web/example/build.sh b/gemini-to-web/example/build.sh index 6086ab9..54e2e8f 100755 --- a/gemini-to-web/example/build.sh +++ b/gemini-to-web/example/build.sh @@ -18,3 +18,5 @@ HEAD uv --project .. run coppewebite-to-rss <target/index.gmi >target/index.rss --title Example --subtitle Subtitle --base-url https://www.example.com target/ find target -name '*.gmi' -exec sh -c 'uv --project .. run coppewebite-to-html <{} >$(echo {} | sed s/.gmi/.html/)' ';' + +uv --project .. run coppewebite-to-html <target/index.gmi >target/index.html --feed-href index.rss --feed-title foo |
