From 927757547a1b7dbd6fe422d70f9ca422801571cc Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 18 Jan 2026 17:06:40 -0600 Subject: publish new terminal theme --- theme/templates/base.html | 60 +++++++++++++++++++++++++++++++++------------- theme/templates/blog.html | 2 +- theme/templates/index.html | 8 +++---- theme/templates/page.html | 2 +- theme/templates/post.html | 9 +++---- 5 files changed, 55 insertions(+), 26 deletions(-) (limited to 'theme/templates') diff --git a/theme/templates/base.html b/theme/templates/base.html index 4aa3118..197de0f 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -17,22 +17,50 @@ {% endblock %} -
- +
+
+
+
SYS_OS [VER 2.26.1]
+ +
+ +
+
{% block main %}{% endblock %} +
+
+ +
+
+
+ [{{ now() | strftime("%H:%M:%S") }}] + KERNEL: CLEBERG_OS_NODE INITIALIZED +
+
+ [{{ now() | strftime("%H:%M:%S") }}] + BUILD_TS: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}> +
+
+ [{{ now() | strftime("%H:%M:%S") }}] + STATUS: SESSION_ID # ACTIVE +
+
+ +
+ NODE: CLEBERG_NET + + SOURCE · + RSS · + ONION + +
+
- -
{% block main %}{% endblock %}
- diff --git a/theme/templates/blog.html b/theme/templates/blog.html index 5aa3293..fabdff1 100644 --- a/theme/templates/blog.html +++ b/theme/templates/blog.html @@ -14,6 +14,6 @@ main %} - {{ post.title }} + {{ post.title }}
{% endfor %} {% endblock %} diff --git a/theme/templates/index.html b/theme/templates/index.html index 1ce080c..36fd592 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,8 +1,8 @@ {% extends "base.html" %} {% block main %} -
- User: Christian Cleberg <hello@cleberg.net> -
Context: Technology Assurance Manager -
Status: Active +
+ User Christian Cleberg <hello@cleberg.net> + Context Technology Assurance Manager + Status [ ACTIVE ]

Recent Posts

diff --git a/theme/templates/page.html b/theme/templates/page.html index fb8d392..96735a6 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -5,7 +5,7 @@ {% endblock %} {% block main %}
-

{{ post.title }}

+

{{ post.title }}

{{ post.html | safe }}
{% endblock %} diff --git a/theme/templates/post.html b/theme/templates/post.html index 66c335c..18b9abc 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -9,10 +9,11 @@ {% endif %} {% endblock %} {% block main %}
- Title: {{ post.title }} -
Date: -
Description: {{ post.description }} -
+
+ Object {{ post.title }} + Timestamp + Summary {{ post.description }} +
{{ post.html | safe }}
-- cgit v1.2.3