Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | feat: better default banner opacity on dark mode | jeffreytse | |
2021-06-17 | fix: wrong default banner opacity and height | jeffreytse | |
2021-06-17 | feat: add banner default settings to _config.yml | 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-06-17 | style: revise liquid code syntax | jeffreytse | |
2021-06-14 | chore: update another-test-markdown.md | jeffreytse | |
2021-06-01 | chore: update the banner of welcome-to-jekyll.md | jeffreytse | |
2021-05-27 | fix: hash locating of cjk heading isn't working (#44) | jeffreytse | |
When the heading includes CJK (Chinese, Japanese, Korean) characters, the hash locating isn't working correctly, the page will not automatically scroll to the corresponding heading. | |||
2021-05-26 | feat: support to customize the brand color | jeffreytse | |
2021-05-26 | feat: update default font family | jeffreytse | |
2021-05-26 | perf: better pagination styles | jeffreytse | |
Change the title color, font size and margin. | |||
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-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-05-17 | fix: footer/menu popup colours (#33) | misstickles | |
* Fix footer/menu popup colours * fix: correct the footer background colour When the body content is less, the footer background colour should be transparent. Co-authored-by: JT <jeffreytse.mail@gmail.com> | |||
2021-05-15 | docs: correct typo in README.md (#35) | brazacz | |
2021-05-13 | fix: correct typos in language settings (#34) | brazacz | |
2021-05-02 | fix: wrong relative url of post tag in pagination (#31) | Mark | |
Co-authored-by: Mark Chen <markchenyutian@gmail.com> | |||
2021-04-23 | fix: invalid language flags | jeffreytse | |
2021-04-20 | feat: add mathjax-test.md | jeffreytse | |
2021-04-17 | chore: update another-test-markdown.md | jeffreytse | |
2021-04-14 | chore: update the post video-example.md | jeffreytse | |
2021-03-01 | chore: add excerpt_size option to config.yml | jeffreytse | |
2021-02-24 | perf: better gitment style in dark mode | jeffreytse | |
2021-02-09 | chore: better blockquote style for dark mode | jeffreytse | |
2021-02-02 | docs: update README.md | jeffreytse | |
2021-01-23 | chore: change the default article excerpt size | jeffreytse | |
2021-01-11 | fix: invalid integer in get_article_excerpt function | jeffreytse | |
2021-01-11 | fix: article excerpt was incorrect for cjk content | jeffreytse | |
2021-01-11 | chore: reivise get_reading_time function | jeffreytse | |
2021-01-11 | feat: add some article-related functions | jeffreytse | |
These functions include get_article_excerpt and get_article_words. | |||
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. | |||
2021-01-08 | release: v1.7.0 | jeffreytse | |
2021-01-08 | chore: add badge options and some comments | jeffreytse | |
2021-01-08 | chore: remove unused test ouput | jeffreytse | |
2021-01-08 | feat: support configure the code badge (#19) | jeffreytse | |
2021-01-08 | refactor: migrate code highlight to an extension | jeffreytse | |
2021-01-08 | feat: support dict object for `get_value` function | jeffreytse | |
2021-01-05 | fix: the dark mode of menu bar not appearing (#18) | jeffreytse | |
2020-12-31 | docs: update README.md | jeffreytse | |
2020-12-31 | perf: better gitment css styles | jeffreytse | |
2020-12-28 | feat: better dark mode strategy (#15) | jeffreytse | |
Whatever the user's choice is, it will supersede the default setting of the site and be kept during the visit (session). Only the dark mode setting is `manual`, the user's choise will be always kept on every visit (i.e. no matter the browser is closed or not) | |||
2020-12-13 | chore: update welcome-tp-jekyll post | jeffreytse | |
2020-12-09 | perf: better table overflow styles | jeffreytse | |
2020-12-09 | chore: better transition to dark mode toggle | jeffreytse | |
2020-12-09 | fix: footer display issue when no author | jeffreytse | |
2020-12-08 | chore: update FUNDING.yml | jeffreytse | |