davideisinger.com

My personal website
Log | Files | Refs | README

commit 8a4ad302c6b91b78752bdbc49b25c715e57fdf06
parent e16a99a2904a24545c32c8d6fad5746edde12ce5
Author: David Eisinger <[email protected]>
Date:   Thu,  7 Aug 2025 13:34:51 -0400

Update homepage

Diffstat:
Mcontent/_index.md | 4+---
Mthemes/v2/layouts/index.html | 17+++++++++++++++++
2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/content/_index.md b/content/_index.md @@ -1,3 +1 @@ -I'm a technologist in Durham, North Carolina, USA. I write about adventures with my family, stuff I make, and interesting things I find on the web. [More about me.][1] - -[1]: /about/ +I'm a technologist in Durham, North Carolina, USA. I write about adventures with my family, stuff I make, and interesting things I find on the web. diff --git a/themes/v2/layouts/index.html b/themes/v2/layouts/index.html @@ -1,6 +1,23 @@ {{ define "main" }} {{ .Content }} + <ul> + {{ $recentDispatch := first 1 (where .Site.RegularPages "Params.tags" "intersect" (slice "dispatch")) }} + {{ with index $recentDispatch 0 }} + <li> + <a href="{{ .Permalink }}">Read the latest dispatch</a> + </li> + {{ end }} + + <li> + <a href="/music">Music I’ve made</a> + </li> + + <li> + <a href="/about">More about me</a> + </li> + </ul> + <section> <hr>