Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 css styles | Jeffrey Tse | |
2022-09-01 | feat: remove h2 bottom line in dark mode | Jeffrey Tse | |
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 | |
2021-06-17 | feat: better default banner opacity on dark mode | jeffreytse | |
2021-05-19 | fix: text color of header on mobile (#38) | jeffreytse | |
When the dark mode is on and on the mobile, the header text color is also dark, we should change it to light color for the contrast. | |||
2021-05-19 | chore: revise the css style of footer inner | jeffreytse | |
2021-02-09 | chore: better blockquote style for dark mode | jeffreytse | |
2021-01-05 | fix: the dark mode of menu bar not appearing (#18) | jeffreytse | |
2020-11-29 | feat: better inline code style | jeffreytse | |
2020-10-14 | chore: better table color style | jeffreytse | |
2020-10-03 | feat: add night mode (#4) | jeffreytse | |