An Org Mode based blog engine
#24Stream with preview image
The article stream should show a preview image for the respective article. Tapachula should scan articles and identify the first occuring image as article image and send it with the stream json file:
{
"path":"./org/my_article.org",
"title":"My Article",
"date":"<2020-10-05 Mon>",
"image": "/images/thumbnail/my_article.jpg"
}
In the Frontend, the article image should be shown along with the title.