about summary refs log tree commit diff
path: root/served/words/words.html
diff options
context:
space:
mode:
Diffstat (limited to 'served/words/words.html')
-rw-r--r--served/words/words.html30
1 files changed, 23 insertions, 7 deletions
diff --git a/served/words/words.html b/served/words/words.html
index c33515d..35917dd 100644
--- a/served/words/words.html
+++ b/served/words/words.html
@@ -2,15 +2,31 @@
 template=post
 title=Writing
 style=/styles/post.css
+style=words.css
 ---
 
-If I write about tech things, you'll be able to find those things here.
+Writing is so much easier than speaking. Things I write will appear here most
+likely. Unless they feel more poetic in which case they'll probably be in the
+<a href="/bits">bits</a>.
 
 The writing is part of the website <a href="/atom.xml">Atom Feed</a>.
 
-<section class="written" style="clear: both;">
-	<a href="akkoma-postgres-migration.html">Akkoma Postgres Migration</a>
-	<p>
-		A retelling of how I migrated my Akkoma instance's Postgres database and the troubles I faced.
-	</p>
-</section>
+[@paragraphs off]
+<div>
+	<section id="weeknotes-section">
+		<h2 id="weeknotes">weeknotes</h2>
+		<ul id="weeknotes-list">
+			<li><a href="weeknotes/weeknotes-14.html">14</a></li>
+			<li>apr</li>
+			<li>mar</li>
+			<li>feb</li>
+			<li>jan</li>
+			<li>2024</li>
+		</ul>
+	</section>
+
+	<section id="written">
+		<h2>technical writings;<br>project updates</h2>
+		<a href="akkoma-postgres-migration.html">Akkoma Postgres Migration</a>
+	</section>
+</div>
\ No newline at end of file