]> git.r.bdr.sh - rbdr/blog/commitdiff
Update templates
authorRuben Beltran del Rio <redacted>
Tue, 13 Feb 2024 22:40:06 +0000 (23:40 +0100)
committerRuben Beltran del Rio <redacted>
Tue, 13 Feb 2024 22:40:06 +0000 (23:40 +0100)
lib/archivers/gemlog.js
templates/feed.xml
templates/index.html

index 3e08be4de7ad4de6bfcd5b08f5ac6c14466a75f4..3443c6654eb8faf14ee4d5afbe927c0971dc529b 100644 (file)
@@ -42,9 +42,9 @@ module.exports = async function(archiveDirectory) {
   internals.debuglog(`Read ${posts.length} posts`);
 
   const index = [
-    '# Unlimited Pizza Gemlog Archive', '',
-    '=> https://blog.unlimited.pizza/feed.xml 📰 RSS Feed',
-    '=> https://blog.unlimited.pizza/index.txt 📑 http text version (latest 3 posts)',
+    '# Ruben\'s Gemlog Archive', '',
+    '=> https://r.bdr.sh/gemlog/feed.xml 📰 RSS Feed',
+    '=> https://r.bdr.sh/gemlog/index.txt 📑 http text version (latest 3 posts)',
     '',
     ...posts.map((post) => internals.buildLink(post.id, post.slug)),
     '', '=> ../ 🪴 Back to main page'
index d2e944e2b8b37329acea353fa84710fce2311df5..36edc2877dbd49ddb90e7872e319ef45866e8481 100644 (file)
@@ -1,14 +1,14 @@
 <?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://www.unlimited.pizza/gemlog/feed.xml" rel="self" type="application/rss+xml" />
-    <title>Gemlog at Unlimited Pizza 🍕</title>
-    <link>https://www.unlimited.pizza/gemlog/</link>
-    <description>This is the gemlog at unlimited.pizza</description>
+    <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>
     <language>en</language>
     {{~ it.posts: post}}
       <item>
-        <guid isPermaLink="false">unlimited-pizza:{{= post.id}}</guid>
+        <guid isPermaLink="false">rbdr:{{= post.id}}</guid>
         <pubDate>{{= post.createdOn}}</pubDate>
         <title>{{= post.title}}</title>
         <description>
index 490f4e99d685fbe72847ddc0057bd515a43eee50..448a785662db71c6e663392439875a6350cd719e 100644 (file)
@@ -4,34 +4,36 @@
     <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 the blog at unlimited.pizza">
+    <meta name="description" content="This is ruben's gemlog">
 
     <meta name="theme-color" content="#ffffff">
 
-    <title class="p-name">Blog at Unlimited Pizza 🍕</title>
+    <title class="p-name">Ruben's gemlog</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">
 
-    <script type="module" src="//www.unlimited.pizza/js/animation.js"></script>
+    <script type="module" src="//r.bdr.sh/js/animation.js"></script>
 
   </head>
   <body>
     <header aria-label="Logo" class="main-header">
       <h1>
         <canvas width=100 height=100></canvas>
-        <a href="/gemlog">unlimited.pizza/gemlog</a>
+        <a href="/gemlog">r.bdr.sh/gemlog</a>
       </h1>
     </header>
     <main>
     <p>
-    This blog is also available in <a href="./index.txt">plain text</a>.
-    Archive available in <a href="gemini://gemini.unlimited.pizza/gemlog">gemini</a>
+    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="http://www.unlimited.pizza">home</a>.
+    → <a href="/">home</a>.
     </p>
     {{~ it.posts: post}}
       <article class="h-entry" id="{{= post.index + 1}}">
@@ -45,7 +47,7 @@
     {{?}}
     </main>
     <footer>
-      <p>Only 3 entries kept at any time. Press 1, 2, and 3 to switch. <a href="https://www.unlimited.pizza">www.unlimited.pizza</a></p>
+      <p>Press 1, 2, and 3 to switch. <a href="https://r.bdr.sh">r.bdr.sh</a></p>
     </footer>
   </body>
 </html>