summaryrefslogtreecommitdiff
path: root/posts/hello-world
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
2023-01-28Implement logic for draftsDmitry Ilvokhin
Current logic is drafts are published, but do not listed on the feed page.
2023-01-09Fix hello-world post spellingDmitry Ilvokhin
2023-01-08Fix hello-world spellingDmitry Ilvokhin
2023-01-08Publish hello-world postDmitry Ilvokhin
2023-01-07Merge branch 'master' of git.ilvokhin.com:blogDmitry Ilvokhin
2022-12-26Remove drafts logicDmitry Ilvokhin