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-23 | feat: support to pin articles (#50) | Jeffrey Tse | |
This feature can allow you to top articles via post front meta property `top`, the value is a number, the smaller the number is, the higher priority the article has. Example: ``` title: My Article top: <number> ``` | |||
2023-08-03 | perf: better seo for page paragraph | Jeffrey Tse | |
2022-02-09 | docs: fix typo and use https (#79) | Rotzbua | |
* fix typo * fix links http -> https | |||
2021-08-12 | fix: inaccurate google translation behavior (#55) | jeffreytse | |
2021-06-29 | fix: liquid syntax error of footer copyright | jeffreytse | |
2021-06-29 | feat: support copyright placeholders/variables (#46) | Yuchen Zhang | |
* feat: re-format copyright message and auto increase current year * docs: add comment for copyright setting This comment is crucial, especially for newcomers. * refactor: better liquid code format Co-authored-by: jeffreytse <jeffreytse.mail@gmail.com> | |||
2021-06-28 | perf: postpone initializing site header | jeffreytse | |
Postpone this step to the stage that DOM loaed, but img and css not | |||
2021-06-27 | fix: video banner is not working in Safari (#47) | jeffreytse | |
Auto add muted and playsinline properties when this permission issue occurred. | |||
2021-06-26 | feat: support video banner | jeffreytse | |
2021-06-25 | style: adjust the liquid syntax of some code | jeffreytse | |
2021-06-25 | feat: support banner heading and subheading styles | jeffreytse | |
2021-06-17 | feat: add min_height option to banner | jeffreytse | |
2021-06-17 | fix: config of banner background not working | jeffreytse | |
2021-06-17 | fix: wrong default banner opacity and height | jeffreytse | |
2021-06-17 | feat: add img tag of banner for SEO | jeffreytse | |
2021-06-17 | feat: support advanced banner configuration | jeffreytse | |
Support to configurate the banner opacity and height. | |||
2021-05-26 | feat: better post excerpt of pagination | jeffreytse | |
Add "Read More" to the end of post excerpt, and support to click the excerpt to open the post. | |||
2021-05-02 | fix: wrong relative url of post tag in pagination (#31) | Mark | |
Co-authored-by: Mark Chen <markchenyutian@gmail.com> | |||
2021-01-11 | fix: article excerpt was incorrect for cjk content | 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-12-09 | fix: footer display issue when no author | jeffreytse | |
2020-09-29 | fix: header_transparent option not working | jeffreytse | |
2020-09-22 | fix: wrong relative urls | jeffreytse | |
2020-08-31 | fix: wrong relative banner url | jeffreytse | |
2020-07-16 | feat: add reading time and icons | jeffreytse | |
2020-07-12 | feat: change paginator style | jeffreytse | |
2020-07-12 | feat: change theme styles | jeffreytse | |
2020-07-10 | chore: remove random banner | jeffreytse | |
2020-07-10 | chore: default transparent header and trim text | jeffreytse | |
2019-12-05 | fix: correct some html tags, css properties | jeffreytse | |
2019-09-24 | update: perfect animation, compatibility issue | Jeffrey Tse | |
2019-09-20 | update: adjust header and banner | Jeffrey Tse | |
2019-09-20 | update: header transparent, animation, banner, etc | Jeffrey Tse | |
2019-09-19 | update: adjust header brand favicon, banner, etc | Jeffrey Tse | |
2019-09-13 | feat: add favicon and header logo | Jeffrey Tse | |
2019-09-12 | chore: adjust theme configuration, etc | Jeffrey Tse | |
2019-09-11 | release: v1.0.0 | Jeffrey Tse | |