all repos — site @ 3eed3882e25aa252436ba981fc13b4790bf7494b

source for my site, found at icyphox.sh

all: bump vite
Anirudh Oppiliappan x@icyphox.sh
Wed, 24 Jul 2024 01:18:22 +0300
commit

3eed3882e25aa252436ba981fc13b4790bf7494b

parent

cbdf205e98af24d7132abd7aa5a4346e31b224de

5 files changed, 14 insertions(+), 9 deletions(-)

jump to
M flake.lockflake.lock

@@ -21,8 +21,8 @@ },

"nixpkgs": { "locked": { "lastModified": 0, - "narHash": "sha256-4zSIhSRRIoEBwjbPm3YiGtbd8HDWzFxJjw5DYSDy1n8=", - "path": "/nix/store/z71lmgd0ydfnax1b13zbrls5idf1y7ak-source", + "narHash": "sha256-ZgnNHuKV6h2+fQ5LuqnUaqZey1Lqqt5dTUAiAnqH0QQ=", + "path": "/nix/store/xr9wjzx0cdnwkmhzz74h8lphgn5jmyv3-source", "type": "path" }, "original": {

@@ -72,11 +72,11 @@ "inputs": {

"nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1720819612, - "narHash": "sha256-+Bq+XlzVgj0wnTwWf1zW68DUzHzbbty96kltTxvFe60=", + "lastModified": 1721772624, + "narHash": "sha256-onSMBoWOpCPZId1/wmv7yQwPsmNv6qLwZOfmUtPQc98=", "owner": "icyphox", "repo": "go-vite", - "rev": "1ba292b8a8589cd78155ddf1cdbde2f2edc87596", + "rev": "3fb201f38e7e127f8d2000217cd50c1e723666a7", "type": "github" }, "original": {
M pages/_index.mdpages/_index.md

@@ -1,5 +1,5 @@

--- -title: icyphox +title: anirudh's subtitle: Anirudh Oppiliappan template: index.html ---
M pages/reading.yamlpages/reading.yaml

@@ -8,6 +8,10 @@ but I cannot remember beyond 2020.

books: - 2024: + - name: Wool + link: https://en.wikipedia.org/wiki/Silo_(series) + author: Hugh Howey + status: now listening - name: Dune Messiah link: https://en.wikipedia.org/wiki/Dune_Messiah author: Frank Herbert

@@ -212,4 +216,3 @@ - name: Shadows for Silence in the Forests of Hell

link: https://en.wikipedia.org/wiki/Brandon_Sanderson_bibliography#Cosmere_short_works author: Brandon Sanderson status: ★★★★ -
M templates/blog.htmltemplates/blog.html

@@ -16,7 +16,8 @@ {{ template "partials/nav.html" }}

</div> {{ .Body }} <table> - {{ range .Posts }} + {{ $posts := .Extra }} + {{ range $posts }} <tr> <td align="left"> <p><a href=/blog/{{ .Meta.slug }}>{{ .Meta.title }}</a></p>
M templates/photoindex.htmltemplates/photoindex.html

@@ -28,7 +28,8 @@ <article align="left">

<h1>{{ .Meta.title }}</h1> {{ .Body }} <table> - {{ range .Posts }} + {{ $posts := .Extra }} + {{ range $posts }} <tr> <td align="left"> <a href=/photos/{{ .Meta.slug }}>{{ .Meta.title }} &mdash; {{ .Meta.season }}</a>