Experimenting with post list format
All checks were successful
/ weblog.lol (push) Successful in 11s

This commit is contained in:
Gordon Pedersen 2024-05-13 15:46:06 +10:00
parent 5026a41d42
commit d73d49a3f0
3 changed files with 18 additions and 6 deletions

View file

@ -56,7 +56,7 @@ Default post: <<[---
title: B4.xxxx Your new post title: B4.xxxx Your new post
date: $date date: $date
location: /B4.xxxx location: /B4.xxxx
tags: Johnny Decimal, PKM tags: Blog,
--- ---
# Your new post # Your new post
@ -96,9 +96,21 @@ Recent posts format: <<[
;; --------------------- ;; ---------------------
Post list format: <<[ Post list format: <<[
<ul> [post:begin]<article>
[post:begin]<li><a href="$location">$title</a></li>[post:end] <aside class="post-info">
</ul>]>> <a href="$location"><i class="fa-solid fa-clock"></i> <time class="dt-published" datetime="$date">$date</time></a>
</aside>
<i data-emoji="$emoji"></i>
$body
<aside class="post-info">
<a class="status_url" href="$status_url" target="_blank"><i class="omg-icon omg-prami"></i> via status.lol</a>
<a class="external_url" href="$external_url" target="_blank"><i class="omg-icon omg-fediverse"></i> Interact on the Fediverse</a>
</aside>
<aside class="post-tags">
$tags
</aside>
</article>[post:end]]
>>
;; Page list {page-list} ;; Page list {page-list}

View file

@ -2,7 +2,7 @@
title: B4.0011 OBTF, Subtext, ELF... Oh my! title: B4.0011 OBTF, Subtext, ELF... Oh my!
date: 2024-02-20 date: 2024-02-20
location: /B4.0011 location: /B4.0011
tags: OBTF, MOC, Journalling, PKM, Subtext, Ted Nelson tags: Blog, OBTF, MOC, Journalling, PKM, Subtext, Ted Nelson
external_url: https://monrepos.casa/objects/0e03068e-1465-d3ff-6e99-355724502149 external_url: https://monrepos.casa/objects/0e03068e-1465-d3ff-6e99-355724502149
--- ---

View file

@ -2,7 +2,7 @@
title: B4.0012 Johnny Decimal (Part One) title: B4.0012 Johnny Decimal (Part One)
date: 2024-04-09 date: 2024-04-09
location: /B4.0012 location: /B4.0012
tags: Johnny Decimal, PKM tags: Blog, Johnny Decimal, PKM
external_url: https://monrepos.casa/objects/0e03068e-8066-14ce-bc7b-9b9403334690 external_url: https://monrepos.casa/objects/0e03068e-8066-14ce-bc7b-9b9403334690
--- ---