built blog
This commit is contained in:
parent
8389826e5c
commit
eb91212e84
5 changed files with 58 additions and 0 deletions
1
blog/@all.html
Normal file
1
blog/@all.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<!DOCTYPE html><html><head><title>Articles tagged all</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>#all</h1><nav><a href="index.html">← all posts</a></header></nav><body><h2>posts</h2><ul><li>2025/01/27 - <a href="welcome.html">welcome!</a></li></ul></body></body></html>
|
||||
18
blog/atom.xml
Normal file
18
blog/atom.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||
<title type="text">will holdsworth's blog</title>
|
||||
<subtitle type="text">blog</subtitle>
|
||||
<updated>2025-01-27T23:42:34Z</updated>
|
||||
<link rel="alternate" type="text/html" href="https://fi33.buzz"/>
|
||||
<id>https://fi33.buzz/atom.xml</id>
|
||||
<link rel="self" type="application/atom+xml" href="https://fi33.buzz/atom.xml"/>
|
||||
<entry>
|
||||
<title type="text">welcome!</title>
|
||||
<link rel="alternate" type="text/html" href="https://fi33.buzz/welcome.html"/>
|
||||
<id>https://fi33.buzz/welcome.html</id>
|
||||
<published>2025-01-27T22:16:57Z</published>
|
||||
<updated>2025-01-27T23:11:05Z</updated>
|
||||
<author><name>wi11-holdsworth</name></author>
|
||||
<summary type="text">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 `make` into an infinite loop.</summary>
|
||||
</entry>
|
||||
</feed>
|
||||
1
blog/index.html
Normal file
1
blog/index.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<!DOCTYPE html><html><head><title>will holdsworth's blog</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><p><br></p></nav></header><body><p>tags: <a href="@all.html">#all</a></p><h2>posts</h2><ul><li>2025/01/27 - <a href="welcome.html">welcome!</a></li></ul><p><br></p></body><footer><hr>feeds: <a href="atom.xml">atom</a>, <a href="rss.xml">rss</a></footer></body></html>
|
||||
15
blog/rss.xml
Normal file
15
blog/rss.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>will holdsworth's blog</title>
|
||||
<link>https://fi33.buzz</link>
|
||||
<description>blog</description>
|
||||
<item>
|
||||
<title>welcome!</title>
|
||||
<link>https://fi33.buzz/welcome.html</link>
|
||||
<guid>https://fi33.buzz/welcome.html</guid>
|
||||
<pubDate>Mon, 27 Jan 2025 22:16:57 +1100</pubDate>
|
||||
<description>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 `make` into an infinite loop.</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
23
blog/welcome.html
Normal file
23
blog/welcome.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue