summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-26feat: support to customize the brand colorjeffreytse
2021-05-26feat: update default font familyjeffreytse
2021-05-26perf: better pagination stylesjeffreytse
Change the title color, font size and margin.
2021-05-26feat: better post excerpt of paginationjeffreytse
Add "Read More" to the end of post excerpt, and support to click the excerpt to open the post.
2021-05-19fix: 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-19chore: revise the css style of footer innerjeffreytse
2021-05-17fix: 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-15docs: correct typo in README.md (#35)brazacz
2021-05-13fix: correct typos in language settings (#34)brazacz
2021-05-02fix: wrong relative url of post tag in pagination (#31)Mark
Co-authored-by: Mark Chen <markchenyutian@gmail.com>
2021-04-23fix: invalid language flagsjeffreytse
2021-04-20feat: add mathjax-test.mdjeffreytse
2021-04-17chore: update another-test-markdown.mdjeffreytse
2021-04-14chore: update the post video-example.mdjeffreytse
2021-03-01chore: add excerpt_size option to config.ymljeffreytse
2021-02-24perf: better gitment style in dark modejeffreytse
2021-02-09chore: better blockquote style for dark modejeffreytse
2021-02-02docs: update README.mdjeffreytse
2021-01-23chore: change the default article excerpt sizejeffreytse
2021-01-11fix: invalid integer in get_article_excerpt functionjeffreytse
2021-01-11fix: article excerpt was incorrect for cjk contentjeffreytse
2021-01-11chore: reivise get_reading_time functionjeffreytse
2021-01-11feat: add some article-related functionsjeffreytse
These functions include get_article_excerpt and get_article_words.
2021-01-11fix: 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-08release: v1.7.0jeffreytse
2021-01-08chore: add badge options and some commentsjeffreytse
2021-01-08chore: remove unused test ouputjeffreytse
2021-01-08feat: support configure the code badge (#19)jeffreytse
2021-01-08refactor: migrate code highlight to an extensionjeffreytse
2021-01-08feat: support dict object for `get_value` functionjeffreytse
2021-01-05fix: the dark mode of menu bar not appearing (#18)jeffreytse
2020-12-31docs: update README.mdjeffreytse
2020-12-31perf: better gitment css stylesjeffreytse
2020-12-28feat: 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-13chore: update welcome-tp-jekyll postjeffreytse
2020-12-09perf: better table overflow stylesjeffreytse
2020-12-09chore: better transition to dark mode togglejeffreytse
2020-12-09fix: footer display issue when no authorjeffreytse
2020-12-08chore: update FUNDING.ymljeffreytse
2020-12-06release: v1.6.4jeffreytse
2020-12-05chore: add some important commentsjeffreytse
2020-12-04fix: wrong display of code type badge in firefox (#11)jeffreytse
2020-12-04fix: post content and tags overflow issuejeffreytse
2020-11-29release: v1.6.3jeffreytse
2020-11-29feat: better inline code stylejeffreytse
2020-11-29feat: better default text color in light modejeffreytse
2020-11-14chore: update another-test-markdown postjeffreytse
2020-10-19perfect: better post nav style of article pagejeffreytse
2020-10-19perfect: made theme toggle dynamic size (#9)Rong Rong
* Made theme toggle dynamic size theme toggle now will break if font size is not default 14px * fix: made theme toggle dynamic size better Co-authored-by: JT <jeffreytse.mail@gmail.com>
2020-10-18chore: update about pagejeffreytse