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

Configure Feed

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

all: bump vite

+14 -9
+5 -5
flake.lock
··· 21 21 "nixpkgs": { 22 22 "locked": { 23 23 "lastModified": 0, 24 - "narHash": "sha256-4zSIhSRRIoEBwjbPm3YiGtbd8HDWzFxJjw5DYSDy1n8=", 25 - "path": "/nix/store/z71lmgd0ydfnax1b13zbrls5idf1y7ak-source", 24 + "narHash": "sha256-ZgnNHuKV6h2+fQ5LuqnUaqZey1Lqqt5dTUAiAnqH0QQ=", 25 + "path": "/nix/store/xr9wjzx0cdnwkmhzz74h8lphgn5jmyv3-source", 26 26 "type": "path" 27 27 }, 28 28 "original": { ··· 72 72 "nixpkgs": "nixpkgs_2" 73 73 }, 74 74 "locked": { 75 - "lastModified": 1720819612, 76 - "narHash": "sha256-+Bq+XlzVgj0wnTwWf1zW68DUzHzbbty96kltTxvFe60=", 75 + "lastModified": 1721772624, 76 + "narHash": "sha256-onSMBoWOpCPZId1/wmv7yQwPsmNv6qLwZOfmUtPQc98=", 77 77 "owner": "icyphox", 78 78 "repo": "go-vite", 79 - "rev": "1ba292b8a8589cd78155ddf1cdbde2f2edc87596", 79 + "rev": "3fb201f38e7e127f8d2000217cd50c1e723666a7", 80 80 "type": "github" 81 81 }, 82 82 "original": {
+1 -1
pages/_index.md
··· 1 1 --- 2 - title: icyphox 2 + title: anirudh's 3 3 subtitle: Anirudh Oppiliappan 4 4 template: index.html 5 5 ---
+4 -1
pages/reading.yaml
··· 8 8 9 9 books: 10 10 - 2024: 11 + - name: Wool 12 + link: https://en.wikipedia.org/wiki/Silo_(series) 13 + author: Hugh Howey 14 + status: now listening 11 15 - name: Dune Messiah 12 16 link: https://en.wikipedia.org/wiki/Dune_Messiah 13 17 author: Frank Herbert ··· 212 216 link: https://en.wikipedia.org/wiki/Brandon_Sanderson_bibliography#Cosmere_short_works 213 217 author: Brandon Sanderson 214 218 status: ★★★★ 215 -
+2 -1
templates/blog.html
··· 16 16 </div> 17 17 {{ .Body }} 18 18 <table> 19 - {{ range .Posts }} 19 + {{ $posts := .Extra }} 20 + {{ range $posts }} 20 21 <tr> 21 22 <td align="left"> 22 23 <p><a href=/blog/{{ .Meta.slug }}>{{ .Meta.title }}</a></p>
+2 -1
templates/photoindex.html
··· 28 28 <h1>{{ .Meta.title }}</h1> 29 29 {{ .Body }} 30 30 <table> 31 - {{ range .Posts }} 31 + {{ $posts := .Extra }} 32 + {{ range $posts }} 32 33 <tr> 33 34 <td align="left"> 34 35 <a href=/photos/{{ .Meta.slug }}>{{ .Meta.title }} &mdash; {{ .Meta.season }}</a>