davideisinger.com

My personal website
Log | Files | Refs | README

commit f16ceb9f0df36df49df716765a9bb5318e2a657b
parent 749435298ec5e89926e0e9a3a19694a2f5d6e755
Author: David Eisinger <[email protected]>
Date:   Fri, 10 Jan 2025 23:21:50 -0500

Add intro content (draft)

Diffstat:
Mcontent/archive/2023-03-2025-02.md | 4++++
Mthemes/v2/layouts/archive/single.html | 4++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/content/archive/2023-03-2025-02.md b/content/archive/2023-03-2025-02.md @@ -5,3 +5,7 @@ draft: false start_date: 2023-03-01T00:00:00-04:00 end_date: 2025-02-28T00:00:00-04:00 --- + +I've been maintaining a website at <https://davideisinger.com/> for the last two years, including monthly dispatches about my family, pursuits, and interests. What follows are all the dispatches I've written so far. + +I don't assume the website will still be up when you're reading this, so I've included all the source in a flash drive (USB-C presently; I'll try to keep it updated as these things change). The content is in the `content/journal` folder. diff --git a/themes/v2/layouts/archive/single.html b/themes/v2/layouts/archive/single.html @@ -18,6 +18,10 @@ <section class="page-break"> Dispatches, {{ time.Format "January 2006" $start_date }} – {{ time.Format "January 2006" $end_date }} + + <hr> + + {{ .Content }} </section> {{ range $dispatches }}