From: Ruben Beltran del Rio Date: Tue, 13 Feb 2024 22:40:06 +0000 (+0100) Subject: Update templates X-Git-Tag: 6.0.0~5 X-Git-Url: https://git.r.bdr.sh/rbdr/blog/commitdiff_plain/3563ec23663e856fbaaa747bc174019ea4a3bcd4 Update templates --- diff --git a/lib/archivers/gemlog.js b/lib/archivers/gemlog.js index 3e08be4..3443c66 100644 --- a/lib/archivers/gemlog.js +++ b/lib/archivers/gemlog.js @@ -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' diff --git a/templates/feed.xml b/templates/feed.xml index d2e944e..36edc28 100644 --- a/templates/feed.xml +++ b/templates/feed.xml @@ -1,14 +1,14 @@ - - Gemlog at Unlimited Pizza 🍕 - https://www.unlimited.pizza/gemlog/ - This is the gemlog at unlimited.pizza + + Ruben's Gemlog + https://r.bdr.sh/gemlog/ + This is the gemlog at r.bdr.sh. en {{~ it.posts: post}} - unlimited-pizza:{{= post.id}} + rbdr:{{= post.id}} {{= post.createdOn}} {{= post.title}} diff --git a/templates/index.html b/templates/index.html index 490f4e9..448a785 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,34 +4,36 @@ - + - Blog at Unlimited Pizza 🍕 + Ruben's gemlog - +

- unlimited.pizza/gemlog + r.bdr.sh/gemlog

- This blog is also available in plain text. - Archive available in gemini + Only 3 posts kept at a time. + This blog is also available in txt + and rss. + Full archive available in gemini

- → home. + → home.

{{~ it.posts: post}}
@@ -45,7 +47,7 @@ {{?}}