my website at https://anirudh.fi

Update links #1

merged opened by duskyelf.me targeting master from duskyelf.me/anirudh.fi-site: master

While reading through https://anirudh.fi/better, I noticed that illusion.jpg was failing to load. This led me to realize the site had migrated from icyphox.sh to anirudh.fi. This PR updates the outdated domain references across the repository to address these broken assets and links.

Changes included:#

  • Updated icyphox.sh to anirudh.fi in the README and templates. (I intentionally excluded the contents of the blog (pages/blog/*) to preserve older posts as archives, and ignored subdomains as they haven't been updated to *.anirudh.fi yet.).
  • Updated tangled.sh to tangled.org in the README and Nix configurations.
  • Removed the fediverse link from the about page.

Embedded images within the blog posts are still failing to load. I was unable to determine the new CDN link for these assets, so they have been left as-is for now.

Labels

None yet.

Participants 2
AT URI
at://did:plc:ygdeyuxj3bfk42zacptp3sw7/sh.tangled.repo.pull/3mhm7u5iqlc22
+11 -12
Diff #1
+1 -1
bin/build.sh
··· 4 4 npm install tailwindcss @tailwindcss/cli 5 5 6 6 rm -rf go-vite 7 - git clone https://tangled.sh/@icyphox.sh/vite 7 + git clone https://tangled.org/@anirudh.fi/vite 8 8 cd vite && make && cd .. 9 9 mkdir build 10 10
+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
+2 -2
flake.lock
··· 47 47 "rev": "e67e553dc237e41adc9ceae4d834fc02d44e4eb4", 48 48 "revCount": 96, 49 49 "type": "git", 50 - "url": "https://tangled.sh/@anirudh.fi/vite" 50 + "url": "https://tangled.org/@anirudh.fi/vite" 51 51 }, 52 52 "original": { 53 53 "type": "git", 54 - "url": "https://tangled.sh/@anirudh.fi/vite" 54 + "url": "https://tangled.org/@anirudh.fi/vite" 55 55 } 56 56 } 57 57 },
+1 -1
flake.nix
··· 2 2 description = "site"; 3 3 4 4 inputs.nixpkgs.url = "github:nixos/nixpkgs"; 5 - inputs.vite.url = "git+https://tangled.sh/@anirudh.fi/vite"; 5 + inputs.vite.url = "git+https://tangled.org/@anirudh.fi/vite"; 6 6 7 7 outputs = 8 8 { self
+1 -1
pages/CNAME
··· 1 - icyphox.sh 1 + anirudh.fi
-1
pages/about.md
··· 56 56 - Hacker News [@icy](https://news.ycombinator.com/user?id=icy) 57 57 - Steam [@icyphox](https://steamcommunity.com/id/icyphox) 58 58 - GitHub [@icyphox](https://github.com/icyphox) 59 - - Fediverse [@icy@icyphox.sh](https://h.icyphox.sh/@icy) 60 59 61 60 62 61 ## colophon
+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>

History

2 rounds 1 comment
sign up or login to add to the discussion
4 commits
expand
readme/nix: update tangled.sh to tangled.org
readme/templates: icyphox.sh to anirudh.fi
about: remove fediverse link
build: icyphox.sh to anirudh.fi
expand 1 comment

Nice catches, thanks!

pull request successfully merged
3 commits
expand
readme/nix: update tangled.sh to tangled.org
readme/templates: icyphox.sh to anirudh.fi
about: remove fediverse link
expand 0 comments