From ac3f12a7c0f70511eafec13dce83946c111cbda2 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Sun, 15 Mar 2026 19:00:16 +0300 Subject: feat: initial + ci --- templates/feed.html | 41 +++++++++++++++++++++++++++++++++++++++++ templates/post.html | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 templates/feed.html create mode 100644 templates/post.html (limited to 'templates') diff --git a/templates/feed.html b/templates/feed.html new file mode 100644 index 0000000..2a7d335 --- /dev/null +++ b/templates/feed.html @@ -0,0 +1,41 @@ + + + + +{{website.title}} + + + + +
+  _      _      
+ | |__ _(_)_ _  
+ | / _` | | ' \ 
+ |_\__,_|_|_||_|
+
+ +{{#posts}} +{{title}} - {{description}}
+{{/posts}} +{{^posts}} +no posts yet... +{{/posts}} + + diff --git a/templates/post.html b/templates/post.html new file mode 100644 index 0000000..f2a175b --- /dev/null +++ b/templates/post.html @@ -0,0 +1,33 @@ + + + + +{{post.title}} + + + + +<- back +

{{post.title}}

+

{{post.description}}

+
+{{{post.body}}} + + -- cgit v1.3