Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-24 | feat: show author for posts that specify one (#122) | Tom Hebb | |
* feat: show author for posts that specify one Posts by default inherit the site's author, but it's possible to override that per post, which affects--e.g.--the RSS metadata. For posts that do so, we don't currently show that anywhere in the theme. Add a new piece of metadata to posts, along with the date and reading time, that displays the author only when it's not inherited from the site. * Update pagination-item.html --------- Co-authored-by: JT <jeffreytse.mail@gmail.com> | |||
2023-08-03 | perf: better seo for page paragraph | Jeffrey Tse | |
2021-06-25 | feat: support banner heading and subheading styles | jeffreytse | |
2021-01-11 | fix: reading time was incorrect for cjk words (#20) | jeffreytse | |
The liquid filter `number_of_words` is for english words, so here we use a calculation to estimate accurately the words, especially when the language is not English. | |||
2020-09-22 | fix: wrong relative urls | jeffreytse | |
2020-07-16 | feat: add reading time and icons | jeffreytse | |
2020-07-12 | feat: change theme styles | jeffreytse | |
2019-09-11 | release: v1.0.0 | Jeffrey Tse | |