logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git

index.html (1619B)


  1. {{ partial "head.html" . }}
  2. <main class="index">
  3. <section class="article-list">
  4. <h1>{{$.Title}}</h1>
  5. {{ range (where (where .Site.RegularPages "Section" "blog") "Params.nohtml" "!=" "true") }}
  6. {{- if .OutputFormats.Get "html" }}
  7. <div class="article">
  8. <span class="date">{{.Date.Format "January 2, 2006"}}</span>
  9. <a href="{{.Permalink}}">{{.Title}}</a>
  10. </div>
  11. {{ end }}
  12. {{ end }}
  13. </section>
  14. <aside>
  15. <img
  16. src="https://drewdevault.com/avatar-148.jpg"
  17. alt="My avatar: an astronaut in a spacesuit with a school of fish and the moon visible in the reflection on their visor"
  18. width="148" height="148" />
  19. <div class="text-center">
  20. <a class="rss" href="/blog/index.xml">rss</a>
  21. ยท
  22. <a href="misc.html">misc</a>
  23. </div>
  24. <dl class="external-links">
  25. <dt>email</dt>
  26. <dd><a href="mailto:sir@cmpwn.com">sir@cmpwn.com</a></dd>
  27. <dt>sourcehut</dt>
  28. <dd><a href="https://sr.ht/~sircmpwn">~sircmpwn</a></dd>
  29. <dt>peertube</dt>
  30. <dd><a href="https://spacepub.space/video-channels/sircmpwn">spacepub.space</a></dd>
  31. <dt>pgp</dt>
  32. <dd><a href="/publickey.txt">7BC79407090047CA</a></dd>
  33. </dl>
  34. <small>
  35. Before reaching out to me, be aware that I get many emails, and my typical
  36. response time can be days or weeks. Please keep that in mind before
  37. sending me a question that could be answered with a web search, reading a
  38. man page, asking an on-topic IRC channel, etc. I do want to read your
  39. email, though, so if in doubt, send it!
  40. </small>
  41. </aside>
  42. </main>