Age | Commit message (Collapse) | Author | |
---|---|---|---|
9 days | Add support for atom / rss feedHEADmaster | Dmitry Ilvokhin | |
Date format was changed to support `updated` in ISO format. Now every post will require date and time, which might be a usability regression, but we'll see. Also, `updated` field was introduced in metadata. If there is no such field, them date field will be used instead. | |||
2023-12-20 | Add author metadata tag to feed and posts | 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. | |||
2022-12-26 | Do not center post title and date | 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. |