small pixel drawing of a pufferfish j3s.sh

templates/now.html

{{ define "now.html" }}
{{ template "head" . }}
{{ template "nav" . }}
<div id="main">  
<h1>what jes doing??? ? ??</h1>
this is a <a href="https://nownownow.com/about">nowpage</a>, inspired by <a href="https://sive.rs/">derek sivers</a>.
<h2>starting over. again.</h2>
<p>i moved to richmond virginia~
<p>the people are different. the weather is different.
<p>the culture is different. i've never felt so much fear.
<h2>resolution</h2>
<p>resolving my layers of dissonance.
<h2>back to engineering</h2>
<p>i tried managing people for a year
<p>i honestly think that i nearly died
<p>reminder to my future self: do not do this again.
<h2>currently reading</h2>
{{- range $entry := .Data.CurrentBooks.ReadingLogEntries }}
<ul>
    <li>
        <a href="https://openlibrary.org{{ $entry.Work.Key }}">{{ $entry.Work.Title | toLower }}</a>
    </li>
</ul>
{{- end }}
<p>these books update automatically based on my openlibrary account thanks to j3s.sh being a <a href="/thought/my-website-is-one-binary.html">dynamic website</a>.

<p><small>this page was last updated on 2025-01-01</small></p>
</div>
{{ end }}