summaryrefslogtreecommitdiff
path: root/templates/feed.html
AgeCommit message (Collapse)Author
9 daysAdd support for atom / rss feedHEADmasterDmitry Ilvokhin
Date format was changed to support `updated` in ISO format. Now every post will require date and time, which might be a usability regression, but we'll see. Also, `updated` field was introduced in metadata. If there is no such field, them date field will be used instead.
2023-12-20Add author metadata tag to feed and postsDmitry Ilvokhin
2022-12-26Add README.md fileDmitry Ilvokhin
2022-12-26Remove drafts logicDmitry Ilvokhin
2022-12-25Refere to style.css from rootDmitry Ilvokhin
2022-12-25Use style file from Bear blog by Herman MartinusDmitry Ilvokhin
2022-12-24Initial version of generatorDmitry Ilvokhin
Generation of feed page and post pages are supported. Markdown to html conversion seems working. At least there is nothing strange with hello-world example.