From 25945b8fead989cca09a23983623b63ce36dcc0c Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 8 Jan 2024 20:11:17 -0600 Subject: feat: total re-write from Emacs org-mode to Zola markdown --- templates/index.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..ff4d20c --- /dev/null +++ b/templates/index.html @@ -0,0 +1,40 @@ +{% extends "base.html" %} + +{% block content %} +
+

cleberg.net

+
Do AIs dream in electric sheep?
He hoped it had nanosecond nightmares.
+
+
+

Recent Blog Posts

+ {% set section = get_section(path="blog/_index.md") %} + {% set i = 0 %} + {% for page in section.pages %} + {% if i < 3%} + {% set_global i = i + 1%} +
+ + {{ page.title }} +
+ {% endif %} + {% endfor %} +
+ Older Posts → +
+
+

Everything Else

+ +
+
+

Contact

+ +
+{% endblock content %} -- cgit v1.2.3-70-g09d2