Experimenting with post list format
All checks were successful
/ weblog.lol (push) Successful in 11s
All checks were successful
/ weblog.lol (push) Successful in 11s
This commit is contained in:
parent
5026a41d42
commit
d73d49a3f0
3 changed files with 18 additions and 6 deletions
|
@ -56,7 +56,7 @@ Default post: <<[---
|
|||
title: B4.xxxx Your new post
|
||||
date: $date
|
||||
location: /B4.xxxx
|
||||
tags: Johnny Decimal, PKM
|
||||
tags: Blog,
|
||||
---
|
||||
|
||||
# Your new post
|
||||
|
@ -96,9 +96,21 @@ Recent posts format: <<[
|
|||
;; ---------------------
|
||||
|
||||
Post list format: <<[
|
||||
<ul>
|
||||
[post:begin]<li><a href="$location">$title</a></li>[post:end]
|
||||
</ul>]>>
|
||||
[post:begin]<article>
|
||||
<aside class="post-info">
|
||||
<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}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: B4.0011 OBTF, Subtext, ELF... Oh my!
|
||||
date: 2024-02-20
|
||||
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
|
||||
---
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: B4.0012 Johnny Decimal (Part One)
|
||||
date: 2024-04-09
|
||||
location: /B4.0012
|
||||
tags: Johnny Decimal, PKM
|
||||
tags: Blog, Johnny Decimal, PKM
|
||||
external_url: https://monrepos.casa/objects/0e03068e-8066-14ce-bc7b-9b9403334690
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue