Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-05 | Add type annotation support with mypy | Dmitry Ilvokhin | |
Default target in Makefile check types now. | |||
2023-01-28 | Fix post order in feed | Dmitry Ilvokhin | |
Post should go from oldest to newest | |||
2023-01-07 | Sort posts in chronological order | Dmitry Ilvokhin | |
In case I decide to write more than one post. | |||
2022-12-26 | Remove drafts logic | Dmitry Ilvokhin | |
2022-12-25 | Refere to style.css from root | Dmitry Ilvokhin | |
2022-12-25 | Use style file from Bear blog by Herman Martinus | Dmitry Ilvokhin | |
2022-12-24 | Initial version of generator | Dmitry 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. |