summaryrefslogtreecommitdiff
path: root/_includes/functions
AgeCommit message (Collapse)Author
2021-06-26feat: support video bannerjeffreytse
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-17feat: support advanced banner configurationjeffreytse
Support to configurate the banner opacity and height.
2021-06-17style: revise liquid code syntaxjeffreytse
2021-01-23chore: change the default article excerpt sizejeffreytse
2021-01-11fix: invalid integer in get_article_excerpt functionjeffreytse
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-08feat: support dict object for `get_value` functionjeffreytse
2020-09-29fix: some function params not workingjeffreytse
2020-07-16feat: add get reading time functionjeffreytse
2019-09-13chore: adjust something about translate langs, etcJeffrey Tse
2019-09-11release: v1.0.0Jeffrey Tse