index.html (1619B)
- {{ partial "head.html" . }}
- <main class="index">
- <section class="article-list">
- <h1>{{$.Title}}</h1>
- {{ range (where (where .Site.RegularPages "Section" "blog") "Params.nohtml" "!=" "true") }}
- {{- if .OutputFormats.Get "html" }}
- <div class="article">
- <span class="date">{{.Date.Format "January 2, 2006"}}</span>
- <a href="{{.Permalink}}">{{.Title}}</a>
- </div>
- {{ end }}
- {{ end }}
- </section>
- <aside>
- <img
- src="https://drewdevault.com/avatar-148.jpg"
- alt="My avatar: an astronaut in a spacesuit with a school of fish and the moon visible in the reflection on their visor"
- width="148" height="148" />
- <div class="text-center">
- <a class="rss" href="/blog/index.xml">rss</a>
- ยท
- <a href="misc.html">misc</a>
- </div>
- <dl class="external-links">
- <dt>email</dt>
- <dd><a href="mailto:sir@cmpwn.com">sir@cmpwn.com</a></dd>
- <dt>sourcehut</dt>
- <dd><a href="https://sr.ht/~sircmpwn">~sircmpwn</a></dd>
- <dt>peertube</dt>
- <dd><a href="https://spacepub.space/video-channels/sircmpwn">spacepub.space</a></dd>
- <dt>pgp</dt>
- <dd><a href="/publickey.txt">7BC79407090047CA</a></dd>
- </dl>
- <small>
- Before reaching out to me, be aware that I get many emails, and my typical
- response time can be days or weeks. Please keep that in mind before
- sending me a question that could be answered with a web search, reading a
- man page, asking an on-topic IRC channel, etc. I do want to read your
- email, though, so if in doubt, send it!
- </small>
- </aside>
- </main>