diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-05-05 22:51:34 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-05-05 22:51:34 +0200 |
| commit | 9e5a5d48ebcc6137a7e8ba8f26ef6bab75e4522a (patch) | |
| tree | 331e3753cfca41359931d43421a5e168175fd9bf /blogrss | |
| parent | fd5ca9551ce75d8856451de7928b000cb3b1c779 (diff) | |
update
Diffstat (limited to 'blogrss')
| -rwxr-xr-x | blogrss | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ #!/usr/bin/env bash -link=https://wittamore.com/articles/2025 +link=https://wittamore.fr/articles/2026 description='Ramblings from Brittany, France' -rsslink=https://wittamore.com/rss.xml +rsslink=https://wittamore.fr/rss.xml feedname=/home/philip/web/rss.xml -postDir=/home/philip/web/articles/2025 +postDir=/home/philip/web/articles/2026 updated=$(date --iso-8601=ns) # Build RSS header & footer @@ -13,7 +13,7 @@ echo "<?xml version='1.0' encoding='UTF-8' ?> <rss version='2.0' xmlns:atom='http://www.w3.org/2005/Atom'>" > ~/feedtop echo " <channel> -<title>Bloggings - wittamore.com</title> +<title>Bloggings - wittamore.fr</title> <link>https://wittamore.com</link> <description>Ramblings from Brittany, France</description> <lastBuildDate>$updated</lastBuildDate> |
