summaryrefslogtreecommitdiff
path: root/_includes
AgeCommit message (Collapse)Author
2021-06-26fix: wrong default value of calling functionsjeffreytse
2021-06-25style: adjust the liquid syntax of some codejeffreytse
2021-06-25feat: support banner heading and subheading stylesjeffreytse
2021-06-25fix: get value from site config incorrectlyjeffreytse
When the value is stored in a dictionary and the value isn't presented in front matter, the get_value function can not get value from the site config instead.
2021-06-17feat: add min_height option to bannerjeffreytse
2021-06-17fix: config of banner background not workingjeffreytse
2021-06-17fix: wrong default banner opacity and heightjeffreytse
2021-06-17feat: add img tag of banner for SEOjeffreytse
2021-06-17feat: support advanced banner configurationjeffreytse
Support to configurate the banner opacity and height.
2021-06-17style: revise liquid code syntaxjeffreytse
2021-05-27fix: 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-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-02fix: wrong relative url of post tag in pagination (#31)Mark
Co-authored-by: Mark Chen <markchenyutian@gmail.com>
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-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
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-09fix: footer display issue when no authorjeffreytse
2020-10-15fix: wrong default value of night modejeffreytse
2020-10-11fix: wrong option name of night modejeffreytse
2020-10-10feat: add config option for night modejeffreytse
2020-10-03perfect: improve browser compatibilityjeffreytse
2020-10-03feat: add night mode (#4)jeffreytse
2020-09-29fix: header_transparent option not workingjeffreytse
2020-09-29fix: some function params not workingjeffreytse
2020-09-23fix: wrong disqus sourcejeffreytse
2020-09-22fix: wrong relative urlsjeffreytse
2020-09-12fix: wrong relative url in sidebar extensions (#1)jeffreytse
2020-09-01feat: auto collapsed menu by heading amountjeffreytse
2020-08-31feat: auto collapsed menujeffreytse
2020-08-31fix: wrong relative banner urljeffreytse
2020-07-16feat: add reading time and iconsjeffreytse
2020-07-16feat: add get reading time functionjeffreytse
2020-07-12feat: change paginator stylejeffreytse
2020-07-12feat: change theme stylesjeffreytse
2020-07-12feat: change article menu stylejeffreytse
2020-07-10chore: remove random bannerjeffreytse
2020-07-10feat: use highlightjs as highlighterjeffreytse
2020-07-10chore: default transparent header and trim textjeffreytse
2019-12-12fix: correct gitment issuejeffreytse
2019-12-05fix: correct some html tags, css propertiesjeffreytse
2019-12-05feat: auto hide empty article menujeffreytse
2019-09-24fix: corrcet hash locate, menu item hilight issuesJeffrey Tse