Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-16 | Tidy up postsHEADmaster | HombreLaser | |
2023-10-26 | Add logo | HombreLaser | |
2023-10-25 | Add finishing touches | HombreLaser | |
2023-10-25 | Add banner image | HombreLaser | |
2023-10-25 | Add internationalization | HombreLaser | |
2023-10-25 | Add emacs' backups to gitignore | HombreLaser | |
2023-09-22 | feat: custom excerpt image support | Jeffrey Tse | |
Add new front meta named `excerpt_image` to custom excerpt image, which priority is higher than banner image. | |||
2023-09-04 | fix: invalid videos in demo post | Jeffrey Tse | |
2023-08-26 | feat: rich excerpt with image support (#125) | Jeffrey Tse | |
2023-08-26 | perf: better click-to-top button | Jeffrey Tse | |
2023-08-26 | feat: auto ignore invalid images | Jeffrey Tse | |
2023-08-26 | fix: browser errors were logged to the console | Jeffrey Tse | |
2023-08-25 | fix: 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-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: demonstration for pinning articles | Jeffrey Tse | |
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-08 | feat: custom selection style support (#119) | Jeffrey Tse | |
2023-08-03 | perf: better seo for page paragraph | Jeffrey Tse | |
2023-08-03 | perf: better css styles | Jeffrey Tse | |
2023-08-03 | fix: document does not have a valid `rel=canonical` | Jeffrey Tse | |
Refs: https://developer.chrome.com/en/docs/lighthouse/seo/canonical/ | |||
2023-08-03 | perf: reduce render-blocking scripts | Jeffrey Tse | |
2023-07-13 | feat: custom click-to-top config support | Jeffrey Tse | |
2023-06-30 | feat: upgrade photo previewer to PhotoSwipe 5 (#115) | Jeffrey Tse | |
2023-06-30 | feat: photo previewer config options support | Jeffrey Tse | |
2023-06-28 | fix: 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-26 | release: v1.10.0 | Jeffrey Tse | |
2023-06-25 | feat: better post image size | Jeffrey Tse | |
2023-06-25 | feat: photo previewer support (#113) | JT | |
2023-06-24 | feat: google analytics 4 (GA4) support (#112) | Jeffrey Tse | |
2023-02-19 | release: v1.9.0 | Jeffrey Tse | |
2023-02-19 | chore: update author email address | Jeffrey Tse | |
2023-02-19 | fix: original google translate toolbar not hidden | Jeffrey Tse | |
2022-09-01 | feat: remove h2 bottom line in dark mode | Jeffrey Tse | |
2022-08-21 | fix: 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-27 | feat: better post header bottom line in dark mode | Jeffrey Tse | |
2022-07-27 | fix: transparent background of emoji image | Jeffrey Tse | |
2022-07-26 | fix: emoji display issue on using jemoji plugin (#95) | Casper da Costa-Luis | |
2022-07-14 | fix: 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-05 | feat: support utterances comment (#83) | 裸奔狂甩丁丁 | |
2022-04-05 | feat: click to top (#84) | 裸奔狂甩丁丁 | |
2022-02-09 | docs: fix typo and use https (#79) | Rotzbua | |
* fix typo * fix links http -> https | |||
2022-01-16 | fix: meta-close-tag not required (#73) | Rotzbua | |
2022-01-04 | chore: change subheading to subtitle | Jeffrey Tse | |
2021-11-15 | feat: use GITHUB_TOKEN as the jekyll action token | Jeffrey Tse | |
At the start of each workflow run, GitHub automatically creates a unique GITHUB_TOKEN secret to use in your workflow. | |||
2021-09-23 | feat: update another-test-markdown.md | jeffreytse | |
2021-09-17 | feat: update another-test-markdown.md | jeffreytse | |
2021-09-15 | feat: update another-test-markdown.md | jeffreytse | |
2021-08-27 | feat: support for custom head content (#59) | Rafa Marcén | |
2021-08-23 | docs: update README.md | jeffreytse | |
2021-08-23 | feat: support to configure the page content width (#52) | jeffreytse | |