all repos — www @ d8e95882ccb4dc549737f8ae4e0acfe7b148d42d

deserthorns.net content + generator

wiki/pages/about.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
{{ define "styles" }}
{{ end }}

{{ define "content" }}
<h1>About</h1>
<hr>
<h2>Me</h2>
<p style="font-style: italic;">"A someone who sometimes makes something"</p>
<p>
    My primary interests share a theme of creation and building, so things like cooking, music, and woodworking.
</p>
<p>
    I'd like to write more, learn to make time for reading, and find more opportunities for photography.
</p>
<p>
    I work as a software developer. Despite that, I have a low opinion of modern technology. I am far more interested in low-tech solutions that prioritize simplicity, sustainability, and self-determination. To that end, I build simple software tools that meet my needs (this site being one such example).
</p>
<h2>This site</h2>
<p>
    This site is nominally a wiki, but really it's a place for anything that I want to put online about myself: it can be a gallery, a playground, a journal, it's up to me. It is built using a bespoke static site generator I created specifically for this site, keeping with my philosophy of simple tools.
</p>
<p>
    Being a personal site, this site will never reach a finished state, at least not until I die. Things may change, move, or never be resolved.
</p>
<p>
    This site's existance and design was inspired by <a href="https://wiki.xxiivv.com/site/home.html">Devine Lu Linvega's wiki</a>, <a href="https://100r.co/site/home.html">Hundred Rabbits</a>, and <a href="https://webring.xxiivv.com/">the many other personal sites</a> of the Merveilles collective.
</p>
{{ end }}

{{ define "scripts" }}
{{ end }}