]> git.r.bdr.sh - rbdr/blog/commitdiff
Prep for gemlogification
authorRuben Beltran del Rio <redacted>
Mon, 17 Apr 2023 20:43:02 +0000 (22:43 +0200)
committerRuben Beltran del Rio <redacted>
Mon, 17 Apr 2023 20:43:02 +0000 (22:43 +0200)
static/css/style.css
templates/feed.xml
templates/index.html

index 87329479deb1d60a749c70189a4afe3f24aea84b..0261e9d49d07a41fa49ccbbd45738806c8682433 100644 (file)
@@ -1,27 +1,10 @@
-h1 canvas {
+canvas {
   width: 64px;
   height: 64px;
   display: inline-block;
   background-color: gainsboro;
 }
 
-ul {
-  list-style: square;
-}
-
-h1, h2, h3, h4, p, ul {
-  max-width: 30em;
-}
-
-p {
-  font-size: 1.125em;
-}
-
-blockquote {
-  border-left: 5px solid lightgray;
-  padding-left: 5px;
-}
-
 @media (prefers-color-scheme: dark) {
   body {
     color: white;
index 5b6c3209389c5302936a30acdfe955b0b19a3b92..6a68ba8c3f2a09544db01d51b1d083308ba1b5c1 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 <rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">
   <channel>
-    <title>Blog at Unlimited Pizza 🍕</title>
-    <link>https://blog.unlimited.pizza</link>
-    <description>This is the blog at unlimited.pizza</description>
+    <title>Gemlog at Unlimited Pizza 🍕</title>
+    <link>https://unlimited.pizza/gemlog/</link>
+    <description>This is the gemlog at unlimited.pizza</description>
     <language>en</language>
     {{~ it.posts: post}}
       <item>
index f5dbbc3cfcb92955097b926652567006bbdd37d6..a8d7f37217f988e6722f84cd0817247678810a4e 100644 (file)
 
     <title class="p-name">Blog at Unlimited Pizza 🍕</title>
 
-    <script src="/js/blog.js"></script>
+    <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="./css/style.css" rel="stylesheet">
+    <link href="./feed.xml" rel="alternate" hreflang="en" title="RSS feed">
 
-    <script type="module" src="//unlimited.pizza/js/animation.js"></script>
+    <script type="module" src="//www.unlimited.pizza/js/animation.js"></script>
 
   </head>
   <body>
     <header aria-label="Logo" class="main-header">
       <h1>
         <canvas width=100 height=100></canvas>
-        <a href="/">blog.unlimited.pizza</a>
+        <a href="/gemlog">unlimited.pizza/gemlog</a>
       </h1>
     </header>
     <main>
     <p>
-    This blog is also available in <a href="/index.txt">plain text</a>.
+    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>
     </p>
     <p>
-    → <a href="http://unlimited.pizza">home</a>.
+    → <a href="http://www.unlimited.pizza">home</a>.
     </p>
     {{~ it.posts: post}}
       <article class="h-entry" id="{{= post.index + 1}}">
@@ -45,7 +45,7 @@
     {{?}}
     </main>
     <footer>
-      <p>Only 3 entries kept at any time. Press 1, 2, and 3 to switch. <a href="https://unlimited.pizza">unlimited.pizza</a></p>
+      <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>
     </footer>
   </body>
 </html>