From 74992aaa27eb384128924c4a3b93052961a3eaab Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 27 Apr 2024 17:01:13 -0500 Subject: test conversion back to markdown --- theme/templates/base.html | 22 ------------------- theme/templates/blog.html | 15 ------------- theme/templates/feed.xml | 37 ------------------------------- theme/templates/index.html | 55 ---------------------------------------------- theme/templates/page.html | 12 ---------- theme/templates/post.html | 22 ------------------- theme/templates/wiki.html | 14 ------------ 7 files changed, 177 deletions(-) delete mode 100644 theme/templates/base.html delete mode 100644 theme/templates/blog.html delete mode 100644 theme/templates/feed.xml delete mode 100644 theme/templates/index.html delete mode 100644 theme/templates/page.html delete mode 100644 theme/templates/post.html delete mode 100644 theme/templates/wiki.html (limited to 'theme/templates') diff --git a/theme/templates/base.html b/theme/templates/base.html deleted file mode 100644 index 33197c2..0000000 --- a/theme/templates/base.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {% block head %} - - - {% block subtitle %}{% endblock %} - {% block title %}{{ site_name | default("weblorg website") }}{% endblock %} - - - {% if site_owner is defined %}{% endif %} - {% if site_description is defined %}{% endif %} - {% if site_keywords is defined %}{% endif %} - - {% block meta %}{% endblock %} - {% endblock %} - - -
{% block main %}{% endblock %}
- - diff --git a/theme/templates/blog.html b/theme/templates/blog.html deleted file mode 100644 index 110043f..0000000 --- a/theme/templates/blog.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "base.html" %} - -{% block subtitle %}Blog | {% endblock %} -{% block main %} -

← home

-

Blog

-

Use Ctrl + F to search blog post titles for keywords.

-

You can also add the RSS Feed to your feed reader.

-{% for post in posts %} -
- - {{ post.title }} -
-{% endfor %} -{% endblock %} diff --git a/theme/templates/feed.xml b/theme/templates/feed.xml deleted file mode 100644 index d3f25db..0000000 --- a/theme/templates/feed.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - {{ site_name | default("Simple Blog") }} - - {{ url_for("index") }} - - en - {{ posts | first | getattr("date") | strftime("%a, %d %b %Y %H:%M:%S %z") }} - {{ now() | strftime("%a, %d %b %Y %H:%M:%S %z") }} - {{ meta.generator }} - {{ site_owner | default("hello@cleberg.net") }} - - {% for post in posts %} - - {{ post.title }} - {{ url_for("blog", slug=post.slug) }} - {{ post.author|default("hello@cleberg.net") }} - {{ url_for("blog", slug=post.slug) }} - {{ post.date|strftime("%a, %d %b %Y %H:%M:%S %z") }} - - - {% endfor %} - - - diff --git a/theme/templates/index.html b/theme/templates/index.html deleted file mode 100644 index ad96a5d..0000000 --- a/theme/templates/index.html +++ /dev/null @@ -1,55 +0,0 @@ -{% extends "base.html" %} {% block main %} -
-

cleberg.net

-
pub   rsa4096 2022-11-16 [SC]
-      3917 973F B159 BBB8 6194 5385 6945 1A51 7AC0 CB37
-uid           [ultimate] Christian Cleberg <hello@cleberg.net>
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
linkdesc
blogmy personal blog
gitpersonal git hosting
matrixencrypted chat
rssfeed for my personal blog
salarymy salary log
servicesmy public services
wikimy personal wiki
-
- -{% endblock %} diff --git a/theme/templates/page.html b/theme/templates/page.html deleted file mode 100644 index 2e6dada..0000000 --- a/theme/templates/page.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} - -{% block subtitle %} - {{ post.title }} | -{% endblock %} -{% block main %} -

← home

-
-

{{ post.title }}

-
{{ post.html | safe }}
-
-{% endblock %} diff --git a/theme/templates/post.html b/theme/templates/post.html deleted file mode 100644 index 0a154f9..0000000 --- a/theme/templates/post.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "base.html" %} {% block subtitle %} {{ post.title }} | {% endblock %} -{% block meta %} - - -{% if post.description is defined %} - -{% elif project_description is defined %} - -{% endif %} {% endblock %} {% block main %} -

← home

-
- -
{{ post.html | safe }}
-
-{% endblock %} diff --git a/theme/templates/wiki.html b/theme/templates/wiki.html deleted file mode 100644 index 3860350..0000000 --- a/theme/templates/wiki.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "base.html" %} - -{% block subtitle %}Wiki | {% endblock %} -{% block main %} -

← home

-

Wiki

-

Use Ctrl + F to search wiki pages for keywords.

-{% for post in posts %} -
- - {{ post.title }} -
-{% endfor %} -{% endblock %} -- cgit v1.2.3-70-g09d2