site source

This commit is contained in:
wi11-holdsworth 2025-01-27 22:16:57 +11:00
parent 6076d5a2b4
commit 5fe2440107
24 changed files with 328 additions and 0 deletions

View file

@ -0,0 +1 @@
<li>$DATE - <a href="$URL">$TITLE</a></li>

View file

@ -0,0 +1 @@
<p><br></p></body><footer><hr>tags: $TAGS</footer>

View file

@ -0,0 +1 @@
<header><h1>will holdsworth's blog</h1><nav><a href="index.html">← all posts</a></nav></header><body><h2>$TITLE</h2><p><i>posted: $DATE_POSTED<br>edited: $DATE_EDITED</i></p>

View file

@ -0,0 +1 @@
</ul>

View file

@ -0,0 +1 @@
<h2>posts</h2><ul>

View file

1
templates/footer.html Normal file
View file

@ -0,0 +1 @@
</body></html>

1
templates/header.html Normal file
View file

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>$TITLE</title><meta charset="UTF-8"/><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>

View file

@ -0,0 +1 @@
<p><br></p></body><footer><hr>feeds: <a href="atom.xml">atom</a>, <a href="rss.xml">rss</a></footer>

View file

@ -0,0 +1 @@
<header><h1>will holdsworth's blog</h1><nav><p><br></p></nav></header><body>

1
templates/tag_entry.html Normal file
View file

@ -0,0 +1 @@
<a href="$URL">#$NAME</a>

View file

@ -0,0 +1 @@
</body>

View file

@ -0,0 +1 @@
<header><h1>#$TAGS</h1><nav><a href="index.html">← all posts</a></header></nav><body>

View file

@ -0,0 +1 @@
</p>

View file

@ -0,0 +1 @@
<p>tags:

View file

@ -0,0 +1 @@
,