summaryrefslogtreecommitdiff
path: root/blog/blog.py
AgeCommit message (Collapse)Author
2023-02-05Add type annotation support with mypyDmitry Ilvokhin
Default target in Makefile check types now.
2023-01-28Fix post order in feedDmitry Ilvokhin
Post should go from oldest to newest
2023-01-07Sort posts in chronological orderDmitry Ilvokhin
In case I decide to write more than one post.
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.