From c4da920843972b6571e978cdc9f9278eb87b7398 Mon Sep 17 00:00:00 2001 From: Elias Haugsbakk Date: Wed, 1 Jul 2026 14:05:14 +0200 Subject: add HTML, CSS and basic routing --- .../src/main/resources/templates/blog.html | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 clams-server/src/main/resources/templates/blog.html (limited to 'clams-server/src/main/resources/templates/blog.html') diff --git a/clams-server/src/main/resources/templates/blog.html b/clams-server/src/main/resources/templates/blog.html new file mode 100644 index 0000000..168cfe1 --- /dev/null +++ b/clams-server/src/main/resources/templates/blog.html @@ -0,0 +1,48 @@ + + + + + Elias Haugsbakk's Blog + + + + + +
+
+

Elias Haugsbakk's Blog

+

This is the home page for my blog. The list of blog posts is a diverse collection of some of my writings; if you're just browsing, this might be a good place to start.

+ +
+ + +
+
+ +
+
+
+

{{ all_posts_title }}

+ + {{ all_posts_by_year | raw }} +
+
+ +
+
+

Recent

+ {{ recent_posts | raw }} +
+
+
+
+ + + + -- cgit v1.2.3