]> git.r.bdr.sh - rbdr/blog/commitdiff
Make templates more generic
authorRuben Beltran del Rio <redacted>
Wed, 14 Feb 2024 15:58:09 +0000 (16:58 +0100)
committerRuben Beltran del Rio <redacted>
Wed, 14 Feb 2024 15:58:09 +0000 (16:58 +0100)
templates/feed.xml
templates/index.gmi [new file with mode: 0644]
templates/index.html
templates/index.txt

index 36edc2877dbd49ddb90e7872e319ef45866e8481..17a4c7c5410cb350bff7e95a3b93fad94a033d95 100644 (file)
@@ -1,14 +1,12 @@
 <?xml version="1.0"?>
 <rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
 <?xml version="1.0"?>
 <rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
-    <atom:link href="https://r.bdr.sh/gemlog/feed.xml" rel="self" type="application/rss+xml" />
-    <title>Ruben's Gemlog</title>
-    <link>https://r.bdr.sh/gemlog/</link>
-    <description>This is the gemlog at r.bdr.sh.</description>
+    <title>My Ephemeral Blog</title>
+    <description>My Ephemeral Blog</description>
     <language>en</language>
     {{~ it.posts: post}}
       <item>
     <language>en</language>
     {{~ it.posts: post}}
       <item>
-        <guid isPermaLink="false">rbdr:{{= post.id}}</guid>
+        <guid isPermaLink="false">blog:{{= post.id}}</guid>
         <pubDate>{{= post.createdOn}}</pubDate>
         <title>{{= post.title}}</title>
         <description>
         <pubDate>{{= post.createdOn}}</pubDate>
         <title>{{= post.title}}</title>
         <description>
diff --git a/templates/index.gmi b/templates/index.gmi
new file mode 100644 (file)
index 0000000..9df2f55
--- /dev/null
@@ -0,0 +1,3 @@
+# Gemlog Archive
+
+{{= it.posts }}
index 448a785662db71c6e663392439875a6350cd719e..f1967e46c374574f98a6e03950b83c72e2fcf769 100644 (file)
@@ -1,39 +1,27 @@
 <!doctype html>
 <!doctype html>
-<html lang="en" class="h-feed">
+<html lang="en">
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta class="p-author" name="author" content="Rubén Beltrán del Río">
-    <meta name="description" content="This is ruben's gemlog">
+    <meta name="description" content="My ephemeral blog">
 
     <meta name="theme-color" content="#ffffff">
 
 
     <meta name="theme-color" content="#ffffff">
 
-    <title class="p-name">Ruben's gemlog</title>
+    <title class="p-name">My Ephemeral Blog</title>
 
 
-    <script src="./js/blog.js"></script>
-
-    <link href="/css/style.css" rel="stylesheet">
     <link href="./feed.xml" rel="alternate" hreflang="en" title="RSS feed">
     <link href="./feed.xml" rel="alternate" hreflang="en" title="RSS feed">
-
-    <script type="module" src="//r.bdr.sh/js/animation.js"></script>
-
   </head>
   <body>
   </head>
   <body>
-    <header aria-label="Logo" class="main-header">
+    <header>
       <h1>
       <h1>
-        <canvas width=100 height=100></canvas>
-        <a href="/gemlog">r.bdr.sh/gemlog</a>
+        <a href="./">My Ephemeral Blog</a>
       </h1>
     </header>
     <main>
     <p>
     Only 3 posts kept at a time.
     This blog is also available in <a href="./index.txt">txt</a>
       </h1>
     </header>
     <main>
     <p>
     Only 3 posts kept at a time.
     This blog is also available in <a href="./index.txt">txt</a>
-    and <a href="./feed.xml">rss</a>.
-    Full archive available in <a href="gemini://r.bdr.sh/gemlog">gemini</a>
-    </p>
-    <p>
-    → <a href="/">home</a>.
+    and <a href="./feed.xml">rss</a>
     </p>
     {{~ it.posts: post}}
       <article class="h-entry" id="{{= post.index + 1}}">
     </p>
     {{~ it.posts: post}}
       <article class="h-entry" id="{{= post.index + 1}}">
@@ -47,7 +35,7 @@
     {{?}}
     </main>
     <footer>
     {{?}}
     </main>
     <footer>
-      <p>Press 1, 2, and 3 to switch. <a href="https://r.bdr.sh">r.bdr.sh</a></p>
+      <p>Press 1, 2, and 3 to switch.</p>
     </footer>
   </body>
 </html>
     </footer>
   </body>
 </html>
index b3b27a93976f65a2805b09ca026316d18ddde5f2..1474e7c05569bc44b959640317f0be13c79848dd 100644 (file)
@@ -1,18 +1,11 @@
-╔══════════════════════════════════════════════════════════════════════════════╗
-║                                                                              ║
-║                         The Blog at Unlimited Pizza                          ║
-║                                                                              ║
-╚══════════════════════════════════════════════════════════════════════════════╝
-┌──────────────────────────────────────────────────────────────────────────────┐
-│                       Written by Rubén Beltrán del Río                       │
-└──────────────────────────────────────────────────────────────────────────────┘
+# My Ephemeral Blog
 
 {{~ it.posts: post}}
 {{= post.raw}}
 
 {{~ it.posts: post}}
 {{= post.raw}}
-■──────────────────────────────────────────────────────────────────────────────■
+------------------------------------
 {{~}}
 {{? it.posts.length === 0}}
 {{~}}
 {{? it.posts.length === 0}}
-# This is a fresh blog!
+## This is a fresh blog!
 
 There are no posts yet.
 {{?}}
 
 There are no posts yet.
 {{?}}