summaryrefslogtreecommitdiff
path: root/blog/feed.py
AgeCommit message (Collapse)Author
2023-02-05Add type annotation support with mypyDmitry Ilvokhin
Default target in Makefile check types now.
2023-01-28Implement logic for draftsDmitry Ilvokhin
Current logic is drafts are published, but do not listed on the feed page.
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.