built blog

This commit is contained in:
wi11-holdsworth 2025-01-27 23:43:26 +11:00
parent 8389826e5c
commit eb91212e84
5 changed files with 58 additions and 0 deletions

23
blog/welcome.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html><html><head><title>welcome!</title><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="alternate" href="atom.xml" type="application/atom+xml" title="Atom feed"/><style>body{font-family:monospace;margin:40px auto;max-width:650px;line-height:1.6;font-size:18px;color:#d9d9d9;background-color:#000;padding:0 10px}html a{color:#00a2e7}html a:visited {color:#ca1a70}h1,h2,h3{line-height:1.2}</style></head><body><header><h1>will holdsworth's blog</h1><nav><a href="index.html">← all posts</a></nav></header><body><h2>welcome!</h2><p><i>posted: 2025/01/27 22:16<br>edited: 2025/01/27 23:11</i></p><p>
the static site generator i'm using to kickstart this blog[1] requires a single post to exist in order to compile, and failing to provide a post sends <code>make</code> into an infinite loop.
</p>
<p>
so without further ado... here it is, my first post!
</p>
<p>
topics to expect once i get myself more organised:
</p>
<ul>
<li>basic tutorials on setting up self-hosted nixos web services</li>
<li>lazy hardware reviews</li>
<li>software shenanigans</li>
<li>anything else i feel is relevant and useful to the wider web</li>
</ul>
<p>
thanks for stopping by ^.^
</p>
<p>
[1] <a href="https://pedantic.software/git/blogit">blogit</a>
</p>
<p><br></p></body><footer><hr>tags: all</footer></body></html>