summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-26feat: auto ignore invalid imagesJeffrey Tse
2023-08-26fix: browser errors were logged to the consoleJeffrey Tse
2023-08-25fix: typo in Kramdown config (#123)Tom Hebb
This key needs to be `kramdown`, not `kmarkdown`, to take effect. See the documentation[1]. The string "kmarkdown" doesn't occur at all in Jekyll's source code. [1] https://jekyllrb.com/docs/configuration/markdown/
2023-08-24feat: 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-23feat: demonstration for pinning articlesJeffrey Tse
2023-08-23feat: 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-08feat: custom selection style support (#119)Jeffrey Tse
2023-08-03perf: better seo for page paragraphJeffrey Tse
2023-08-03perf: better css stylesJeffrey Tse
2023-08-03fix: document does not have a valid `rel=canonical`Jeffrey Tse
Refs: https://developer.chrome.com/en/docs/lighthouse/seo/canonical/
2023-08-03perf: reduce render-blocking scriptsJeffrey Tse
2023-07-13feat: custom click-to-top config supportJeffrey Tse
2023-06-30feat: upgrade photo previewer to PhotoSwipe 5 (#115)Jeffrey Tse
2023-06-30feat: photo previewer config options supportJeffrey Tse
2023-06-28fix: image previewer was corrupted by size unit (#114)Jeffrey Tse
When we set img attribute with unit (e.g. width="100px"), it will be corrupted.
2023-06-26release: v1.10.0Jeffrey Tse
2023-06-25feat: better post image sizeJeffrey Tse
2023-06-25feat: photo previewer support (#113)JT
2023-06-24feat: google analytics 4 (GA4) support (#112)Jeffrey Tse
2023-02-19release: v1.9.0Jeffrey Tse
2023-02-19chore: update author email addressJeffrey Tse
2023-02-19fix: original google translate toolbar not hiddenJeffrey Tse
2022-09-01feat: remove h2 bottom line in dark modeJeffrey Tse
2022-08-21fix: remove non standard `rel=shortcut` (#97)Rotzbua
shortcut is used by IE6 which is dead and not supported anymore by most new frameworks and projects
2022-07-27feat: better post header bottom line in dark modeJeffrey Tse
2022-07-27fix: transparent background of emoji imageJeffrey Tse
2022-07-26fix: emoji display issue on using jemoji plugin (#95)Casper da Costa-Luis
2022-07-14fix: utterances script to obey the `follow_site_theme` setting (#91)Nuri Jung
* Fix js for correct theme load * Use dataTheme directly instead ternary operator
2022-05-05feat: support utterances comment (#83)裸奔狂甩丁丁
2022-04-05feat: click to top (#84)裸奔狂甩丁丁
2022-02-09docs: fix typo and use https (#79)Rotzbua
* fix typo * fix links http -> https
2022-01-16fix: meta-close-tag not required (#73)Rotzbua
2022-01-04chore: change subheading to subtitleJeffrey Tse
2021-11-15feat: use GITHUB_TOKEN as the jekyll action tokenJeffrey Tse
At the start of each workflow run, GitHub automatically creates a unique GITHUB_TOKEN secret to use in your workflow.
2021-09-23feat: update another-test-markdown.mdjeffreytse
2021-09-17feat: update another-test-markdown.mdjeffreytse
2021-09-15feat: update another-test-markdown.mdjeffreytse
2021-08-27feat: support for custom head content (#59)Rafa Marcén
2021-08-23docs: update README.mdjeffreytse
2021-08-23feat: support to configure the page content width (#52)jeffreytse
2021-08-12fix: inaccurate google translation behavior (#55)jeffreytse
2021-08-09feat: update another-test-markdown.mdjeffreytse
2021-07-25fix: overflow and wrap of post tags in paginationjeffreytse
2021-07-22fix: typo in README.mdjeffreytse
2021-07-22fix: overflow wrap and word break of post excerptjeffreytse
2021-07-05feat: better font size of article menujeffreytse
2021-06-30fix: invalid image in quick-markdown-example.mdjeffreytse
2021-06-30docs: update README.mdjeffreytse
2021-06-29fix: liquid syntax error of footer copyrightjeffreytse
2021-06-29feat: 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>