my website at https://anirudh.fi
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

readme/templates: icyphox.sh to anirudh.fi

ran `find . -type f -not -path "*/pages/blog/*" -exec grep -lE '(^|[^a-zA-Z0-9.-])icyphox\.sh' {} + | xargs -r sed -i -E 's/(^|[^a-zA-Z0-9.@-])icyphox\.sh/\1anirudh.fi/g'`

Ignored the contents of the blog, as blogs like `pages/blog/honk-fly.md`
are more like archives of what anirudh had done.

Ignored the subdomains, as they are not updated to *.anirudh.fi

authored by

DuskyElf and committed by tangled.org bf88217c b590ba9d

+7 -7
+1 -1
bin/old/rss.py
··· 20 20 return arrow.get(d, "YYYY-MM-DD").format("ddd, DD MMM YYYY HH:mm:ss Z") 21 21 22 22 23 - PREFIX_URL = "https://icyphox.sh/blog/" 23 + PREFIX_URL = "https://anirudh.fi/blog/" 24 24 link_extractor = re.compile("\/([^\/]*)\.md$") 25 25 26 26
+1 -1
pages/CNAME
··· 1 - icyphox.sh 1 + anirudh.fi
+2 -2
readme
··· 1 1 site 2 2 ---- 3 3 4 - Found at https://icyphox.sh; built using vite[0]. The blog has an RSS 5 - feed at https://icyphox.sh/blog/feed.xml. 4 + Found at https://anirudh.fi; built using vite[0]. The blog has an RSS 5 + feed at https://anirudh.fi/blog/feed.xml. 6 6 7 7 8 8 LICENSE
+1 -1
templates/partials/footer.html
··· 1 1 <div class="border-t border-light-gray dark:border-dark-light-gray pt-6 mt-6"> 2 2 <p class="dark:text-dark-gray text-gray"> 3 3 Follow via <a class="text-cyan border-b border-b-cyan" href="/blog/feed.xml">RSS</a>, 4 - <a class="border-b border-b-cyan text-cyan" href="https://bsky.app/profile/icyphox.sh">Bluesky</a>, 4 + <a class="border-b border-b-cyan text-cyan" href="https://bsky.app/profile/anirudh.fi">Bluesky</a>, 5 5 <a class="border-b border-b-cyan text-cyan" href="https://x.com/icyphox">X</a>, and 6 6 <a class="border-b border-b-cyan text-cyan" href="/about#contact">more</a>. 7 7 </p>
+1 -1
templates/photoindex.html
··· 2 2 <html lang=en> 3 3 <head> 4 4 {{ template "partials/head.html" }} 5 - <link rel="alternate" type="application/rss+xml" title="RSS" href="https://icyphox.sh/blog/feed.xml"> 5 + <link rel="alternate" type="application/rss+xml" title="RSS" href="https://anirudh.fi/blog/feed.xml"> 6 6 <meta name="description" content="{{ index .Meta "subtitle" }}"> 7 7 8 8 <style>
+1 -1
templates/reading.html
··· 2 2 <html lang=en> 3 3 <head> 4 4 {{ template "partials/head.html" }} 5 - <link rel="alternate" type="application/rss+xml" title="RSS" href="https://icyphox.sh/blog/feed.xml"> 5 + <link rel="alternate" type="application/rss+xml" title="RSS" href="https://anirudh.fi/blog/feed.xml"> 6 6 <meta name="description" content="{{ index .Meta "subtitle" }}"> 7 7 8 8 <title>