Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-20 | Add author metadata tag to feed and posts | Dmitry Ilvokhin | |
2023-07-16 | Add table of context and addressable headers | Dmitry Ilvokhin | |
Sometimes it's useful to highlight content of the post beforehand. Also, it's just nice to have a clickable headers in the document to simplify sharing of specific section. | |||
2023-07-02 | Add indent to code example | Dmitry Ilvokhin | |
2023-07-02 | Add a post about libstdc++ `std::unordered_map` | Dmitry Ilvokhin | |
Detailed description of libstdc++ `std::unordered_map` implementation with URLs to source code and some explanations. | |||
2023-01-28 | Implement logic for drafts | Dmitry Ilvokhin | |
Current logic is drafts are published, but do not listed on the feed page. | |||
2023-01-09 | Fix hello-world post spelling | Dmitry Ilvokhin | |
2023-01-08 | Fix hello-world spelling | Dmitry Ilvokhin | |
2023-01-08 | Publish hello-world post | Dmitry Ilvokhin | |
2023-01-07 | Merge branch 'master' of git.ilvokhin.com:blog | Dmitry Ilvokhin | |
2022-12-26 | Remove drafts logic | 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. |