Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |