add gemtext support, update debug handler, reorganize api to use with file-based multi-feed config, update version to 0.2

This commit is contained in:
yggverse 2025-09-03 13:35:23 +03:00
parent c4c7ee70b8
commit 6c5e005cf8
14 changed files with 210 additions and 308 deletions

7
template/gmi/index.gmi Normal file
View file

@ -0,0 +1,7 @@
# {title}
{description}
## {time_generated}
{items}

View file

@ -0,0 +1,6 @@
### {title}
{description}
=> {link} {pub_date}

View file

@ -1,5 +1,5 @@
<article>
<h2>{title}</h2>
<p>{description}</p>
<a href="{link}">{time}</a>
<a href="{link}">{pub_date}</a>
</article>