From f11ffe95f7f8f9c23797b394d466d5085326a27e Mon Sep 17 00:00:00 2001 From: CactiChameleon9 <51231053+CactiChameleon9@users.noreply.github.com> Date: Sat, 28 Jun 2025 16:46:52 +0100 Subject: [PATCH] Create a comment system with ntfy --- content/index.md | 1 + templates/_content_end.html | 1 + templates/_content_start.html | 1 + templates/_footer.html | 2 - templates/_header.html | 2 - templates/_style.html | 63 +++++++++++++++++++++++++++++-- templates/blog.html | 5 ++- templates/comments.html | 20 ++++++++++ templates/comments_embedded.html | 5 +++ templates/default.html | 8 +++- templates/default_no_comment.html | 17 +++++++++ 11 files changed, 114 insertions(+), 11 deletions(-) create mode 100644 templates/_content_end.html create mode 100644 templates/_content_start.html create mode 100644 templates/comments.html create mode 100644 templates/comments_embedded.html create mode 100644 templates/default_no_comment.html diff --git a/content/index.md b/content/index.md index 10b86e5..8762fb7 100644 --- a/content/index.md +++ b/content/index.md @@ -1,5 +1,6 @@ +++ title = "DoServer Home" +template = "default_no_comment.html" +++ **I am Daniel, aka CactiChameleon9** diff --git a/templates/_content_end.html b/templates/_content_end.html new file mode 100644 index 0000000..7f5eaa3 --- /dev/null +++ b/templates/_content_end.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/_content_start.html b/templates/_content_start.html new file mode 100644 index 0000000..fe0af7b --- /dev/null +++ b/templates/_content_start.html @@ -0,0 +1 @@ +
diff --git a/templates/_footer.html b/templates/_footer.html index d2bbc58..c4eafe4 100644 --- a/templates/_footer.html +++ b/templates/_footer.html @@ -1,5 +1,3 @@ -
-