summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-23docs: update README.mdjeffreytse
2021-08-23feat: support to configure the page content width (#52)jeffreytse
2021-08-12fix: inaccurate google translation behavior (#55)jeffreytse
2021-08-09feat: update another-test-markdown.mdjeffreytse
2021-07-25fix: overflow and wrap of post tags in paginationjeffreytse
2021-07-22fix: typo in README.mdjeffreytse
2021-07-22fix: overflow wrap and word break of post excerptjeffreytse
2021-07-05feat: better font size of article menujeffreytse
2021-06-30fix: invalid image in quick-markdown-example.mdjeffreytse
2021-06-30docs: update README.mdjeffreytse
2021-06-29fix: liquid syntax error of footer copyrightjeffreytse
2021-06-29feat: support copyright placeholders/variables (#46)Yuchen Zhang
* feat: re-format copyright message and auto increase current year * docs: add comment for copyright setting This comment is crucial, especially for newcomers. * refactor: better liquid code format Co-authored-by: jeffreytse <jeffreytse.mail@gmail.com>
2021-06-28perf: postpone initializing site headerjeffreytse
Postpone this step to the stage that DOM loaed, but img and css not
2021-06-28perf: postpone loading google-analytics scriptjeffreytse
2021-06-28perf: links to cross-origin destinations are unsafejeffreytse
Add `ref=noopener` to the `a.goog-logo-link` tag to solve the issue found out by Chrome lighthouse.
2021-06-28feat: ensure text remains visible during webfont loadjeffreytse
The easiest way to avoid showing invisible text while custom fonts load is to temporarily show a system font. By including `font-display: swap` in your font style. It's worth mentioning that not all major browsers support font-display: swap, so you may need to do a bit more work to fix the invisible text problem.
2021-06-28release: v1.8.0jeffreytse
2021-06-27fix: video banner is not working in Safari (#47)jeffreytse
Auto add muted and playsinline properties when this permission issue occurred.
2021-06-26feat: video banner for welcome-to-jekyll.mdjeffreytse
2021-06-26feat: add video banner settingsjeffreytse
2021-06-26feat: support video bannerjeffreytse
2021-06-26fix: wrong default value of calling functionsjeffreytse
2021-06-25feat: add heading and subheading styles to welcome-to-jekyll.mdjeffreytse
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-25feat: update subtitle of welcome-to-jekyll.mdjeffreytse
2021-06-23feat: update the post another-test-markdown.mdjeffreytse
2021-06-23fix: correct typo of about pagejeffreytse
2021-06-23feat: better banner title and subtitlejeffreytse
Adjust the margin and font weight of banner title and sub title
2021-06-20feat: better banner subtitle font size on mobilejeffreytse
2021-06-18feat: better title font size on mobilejeffreytse
2021-06-17feat: add custom banner settings to welcome-to-jekyll.mdjeffreytse
2021-06-17feat: add min_height option to bannerjeffreytse
2021-06-17fix: config of banner background not workingjeffreytse
2021-06-17feat: better default banner opacity on dark modejeffreytse
2021-06-17fix: wrong default banner opacity and heightjeffreytse
2021-06-17feat: add banner default settings to _config.ymljeffreytse
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-06-14chore: update another-test-markdown.mdjeffreytse
2021-06-01chore: update the banner of welcome-to-jekyll.mdjeffreytse
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: 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