Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-16 | Upgrade typing-extensions to 4.12.2 | Dmitry Ilvokhin | |
To avoid following error. ``` TypeError: type 'typing.TypeVar' is not an acceptable base type ``` | |||
2025-03-16 | Fix file extention in README example | Dmitry Ilvokhin | |
2024-07-16 | Update zipp version to 3.19.1 | Dmitry Ilvokhin | |
2024-05-07 | Update Jinja2 to mitigate CVE-2024-34064 | Dmitry Ilvokhin | |
2024-02-10 | Fix deploy target | Dmitry Ilvokhin | |
Option -a enables too much flags I don't need. For example, -t (preserve times), which leads to errors on receiving side. | |||
2024-02-03 | Actualize list of PHONY targets | Dmitry Ilvokhin | |
2024-02-03 | Bump jinja version to 3.1.3 | Dmitry Ilvokhin | |
2024-02-03 | Make deploy scipt work after migration to new host | Dmitry Ilvokhin | |
2023-12-20 | Add author metadata tag to feed and posts | Dmitry Ilvokhin | |
2023-12-09 | Add text a little bit bigger (15% in total) | Dmitry Ilvokhin | |
2023-12-01 | Make front 10% bigger to improve readability | 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-02-05 | Add typecheck as a separate target | Dmitry Ilvokhin | |
2023-02-05 | Add format target to Makefile | Dmitry Ilvokhin | |
2023-02-05 | Add type annotation support with mypy | Dmitry Ilvokhin | |
Default target in Makefile check types now. | |||
2023-01-28 | Add scrollbar for code block on overflow | Dmitry Ilvokhin | |
2023-01-28 | Make code background different color | Dmitry Ilvokhin | |
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-28 | Regenerate remote target if code changes | Dmitry Ilvokhin | |
2023-01-28 | Fix post order in feed | Dmitry Ilvokhin | |
Post should go from oldest to newest | |||
2023-01-23 | Do not hardcode hostname in the Makefile | Dmitry Ilvokhin | |
Use a CNAME instead. | |||
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-08 | Add blog link to README file | Dmitry Ilvokhin | |
2023-01-08 | Fix deploy Makefile target | Dmitry Ilvokhin | |
I use old rsync without fancy ownership flags, so let's use good old ssh and chwon to make things right. Also, remove file at destination, in case I want to "unpublish" something. | |||
2023-01-08 | Add LICENCE.md file | Dmitry Ilvokhin | |
2023-01-08 | Cleanup CSS | Dmitry Ilvokhin | |
Remove unused variables and inline rest values. | |||
2023-01-07 | Merge branch 'master' of git.ilvokhin.com:blog | Dmitry Ilvokhin | |
2023-01-07 | Sort posts in chronological order | Dmitry Ilvokhin | |
In case I decide to write more than one post. | |||
2023-01-07 | Sort posts in chronological order | Dmitry Ilvokhin | |
In case I decide to write more than one post. | |||
2023-01-07 | Remove `font-secondary` variable | Dmitry Ilvokhin | |
2022-12-26 | Do not center post title and date | Dmitry Ilvokhin | |
2022-12-26 | Add README.md file | Dmitry Ilvokhin | |
2022-12-26 | Add deploy target to Makefile | Dmitry Ilvokhin | |
2022-12-26 | Remove drafts logic | Dmitry Ilvokhin | |
2022-12-25 | Refere to style.css from root | Dmitry Ilvokhin | |
2022-12-25 | Add `httpserver` Makefile target | Dmitry Ilvokhin | |
2022-12-25 | Use style file from Bear blog by Herman Martinus | Dmitry Ilvokhin | |
2022-12-24 | Add requirements.txt file | 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. |