From 253a9ad8583f7a57bf18f49874a0e72e4ab2f2a3 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Fri, 15 Nov 2024 23:55:57 -0500 Subject: [PATCH] some work on rss and adding a post description --- notes | 1 + templates/feed.xml | 33 ++++++++++++++++++++++++--------- templates/posts.html | 9 +-------- 3 files changed, 26 insertions(+), 17 deletions(-) diff --git a/notes b/notes index ebc6c51..f7f5faa 100644 --- a/notes +++ b/notes @@ -20,6 +20,7 @@ https://web.dev/articles/optimize-webfont-loading noted fonts: Piazzolla https://piazzolla.huertatipografica.com/ Atkinson Hyperlegible Font https://www.brailleinstitute.org/freefont/ +Liberation serif https://fonts.adobe.com/fonts/liberation-serif Marek Slab ET Book https://edwardtufte.github.io/et-book/ Hanuman https://fonts.google.com/specimen/Hanuman diff --git a/templates/feed.xml b/templates/feed.xml index b90c585..70b125b 100644 --- a/templates/feed.xml +++ b/templates/feed.xml @@ -1,12 +1,28 @@ - - - Pagwin's Blog - https://pagwin.xyz/ - All of pagwin's blog posts - PSB - en-us - + + Pagwin's Blog + https://pagwin.xyz/ + {{now}} + All of pagwin's blog posts + PSB + en-us + + + Pagwin + rss-contact@pagwin.xyz + + {{#posts}} + + {{title}} + + {{iso_date}} + {{description}} + {{id}} + {{iso_date}} + + {{/posts}} + - diff --git a/templates/posts.html b/templates/posts.html index 48295a4..e31adb3 100644 --- a/templates/posts.html +++ b/templates/posts.html @@ -4,14 +4,7 @@
{{title}}
-

Bacon ipsum dolor amet kielbasa corned beef alcatra t-bone, turkey tri-tip swine pork loin. Boudin - buffalo - sirloin, turkey chislic pork loin beef ribs alcatra andouille jerky. Burgdoggen pork belly shankle swine - jerky. Buffalo ham hock shankle prosciutto landjaeger capicola turducken shank kielbasa short ribs - tongue - short loin frankfurter pork chop. Pork chop boudin pig bresaola ball tip beef ribs sausage corned beef - ham - hock.

+

{{description}}

{{/posts}}