From 25ba3dc9c7369e586a8890a105cdbcd1b4f74697 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 11 Mar 2026 00:06:47 -0500 Subject: Redesign homepage intro, drop info-strip, update nav and footer --- theme/templates/base.html | 61 ++++++++++++++++++++++++++++------------------ theme/templates/index.html | 29 ++++++++++------------ 2 files changed, 50 insertions(+), 40 deletions(-) diff --git a/theme/templates/base.html b/theme/templates/base.html index b502a38..6f585b2 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -3,14 +3,11 @@ {% block head %} - - {% block subtitle %}{% endblock %} - {% block title %}{{ site_name | default("weblorg website") }}{% endblock %} - + {% block subtitle %}{% endblock %}{% block title %}{{ site_name | default("seijaku") }}{% endblock %} - {% if site_owner is defined %}{% endif %} - {% if site_description is defined %}{% endif %} - {% if site_keywords is defined %}{% endif %} + {% if site_owner is defined %}{% endif %} + {% if site_description is defined %}{% endif %} + {% if site_keywords is defined %}{% endif %} {% block meta %}{% endblock %} @@ -18,26 +15,42 @@ - -
-
-
{% block main %}{% endblock %} -
+
+ seijaku +

stillness amidst the chaos

+ +
+
+ {% block main %}{% endblock %}

+ diff --git a/theme/templates/index.html b/theme/templates/index.html index 4491f14..e4e5411 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,18 +1,15 @@ {% extends "base.html" %} {% block main %} - -
-

Recent Posts

- - -

All Posts →

-
- +
+

Hi, I’m Christian.

+

I’m a technology auditor who doesn’t trust technology companies.

+

By day I’m a Technology Assurance Manager at KPMG, working on enterprise IT audits, SOC reports, and emerging technology risk — cloud, AI, digital assets. By night I run my own infrastructure, avoid every platform I audit, and try to own as much of my digital life as possible.

+

This site is an insight into my brain. Sometimes I write blog posts, sometimes I take care of my garden entries, and sometimes I share things, like my salary or what I’m doing right now.

+
+ + + +All Posts → {% endblock %} -- cgit v1.2.3