summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-10-15fix: wrong default value of night modejeffreytse
2020-10-14chore: better table color stylejeffreytse
2020-10-13release: v1.6.2jeffreytse
2020-10-13chore: update _config.ymljeffreytse
2020-10-13chore: update demo postjeffreytse
2020-10-11fix: wrong option name of night modejeffreytse
2020-10-10release: v1.6.1jeffreytse
2020-10-10feat: add config option for night modejeffreytse
2020-10-10chore: update example postjeffreytse
2020-10-05docs: update README.mdjeffreytse
2020-10-03release: v1.6.0jeffreytse
2020-10-03docs: update README.mdjeffreytse