Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-29 | fix: liquid syntax error of footer copyright | jeffreytse | |
2021-06-29 | feat: 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-28 | perf: postpone initializing site header | jeffreytse | |
Postpone this step to the stage that DOM loaed, but img and css not | |||
2021-06-28 | perf: postpone loading google-analytics script | jeffreytse | |
2021-06-28 | perf: links to cross-origin destinations are unsafe | jeffreytse | |
Add `ref=noopener` to the `a.goog-logo-link` tag to solve the issue found out by Chrome lighthouse. | |||
2021-06-28 | feat: ensure text remains visible during webfont load | jeffreytse | |
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-28 | release: v1.8.0 | jeffreytse | |
2021-06-27 | fix: video banner is not working in Safari (#47) | jeffreytse | |
Auto add muted and playsinline properties when this permission issue occurred. | |||
2021-06-26 | feat: video banner for welcome-to-jekyll.md | jeffreytse | |
2021-06-26 | feat: add video banner settings | jeffreytse | |
2021-06-26 | feat: support video banner | jeffreytse | |
2021-06-26 | fix: wrong default value of calling functions | jeffreytse | |
2021-06-25 | feat: add heading and subheading styles to welcome-to-jekyll.md | jeffreytse | |
2021-06-25 | style: adjust the liquid syntax of some code | jeffreytse | |
2021-06-25 | feat: support banner heading and subheading styles | jeffreytse | |
2021-06-25 | fix: get value from site config incorrectly | jeffreytse | |
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-25 | feat: update subtitle of welcome-to-jekyll.md | jeffreytse | |
2021-06-23 | feat: update the post another-test-markdown.md | jeffreytse | |
2021-06-23 | fix: correct typo of about page | jeffreytse | |
2021-06-23 | feat: better banner title and subtitle | jeffreytse | |
Adjust the margin and font weight of banner title and sub title | |||
2021-06-20 | feat: better banner subtitle font size on mobile | jeffreytse | |
2021-06-18 | feat: better title font size on mobile | jeffreytse | |
2021-06-17 | feat: add custom banner settings to welcome-to-jekyll.md | jeffreytse | |
2021-06-17 | feat: add min_height option to banner | jeffreytse | |
2021-06-17 | fix: config of banner background not working | jeffreytse | |
2021-06-17 | feat: better default banner opacity on dark mode | jeffreytse | |
2021-06-17 | fix: wrong default banner opacity and height | jeffreytse | |
2021-06-17 | feat: add banner default settings to _config.yml | jeffreytse | |
2021-06-17 | feat: add img tag of banner for SEO | jeffreytse | |
2021-06-17 | feat: support advanced banner configuration | jeffreytse | |
Support to configurate the banner opacity and height. | |||
2021-06-17 | style: revise liquid code syntax | jeffreytse | |
2021-06-14 | chore: update another-test-markdown.md | jeffreytse | |
2021-06-01 | chore: update the banner of welcome-to-jekyll.md | jeffreytse | |
2021-05-27 | fix: 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-26 | feat: support to customize the brand color | jeffreytse | |
2021-05-26 | feat: update default font family | jeffreytse | |
2021-05-26 | perf: better pagination styles | jeffreytse | |
Change the title color, font size and margin. | |||
2021-05-26 | feat: better post excerpt of pagination | jeffreytse | |
Add "Read More" to the end of post excerpt, and support to click the excerpt to open the post. | |||
2021-05-19 | fix: 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-19 | chore: revise the css style of footer inner | jeffreytse | |
2021-05-17 | fix: 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-15 | docs: correct typo in README.md (#35) | brazacz | |
2021-05-13 | fix: correct typos in language settings (#34) | brazacz | |
2021-05-02 | fix: wrong relative url of post tag in pagination (#31) | Mark | |
Co-authored-by: Mark Chen <markchenyutian@gmail.com> | |||
2021-04-23 | fix: invalid language flags | jeffreytse | |
2021-04-20 | feat: add mathjax-test.md | jeffreytse | |
2021-04-17 | chore: update another-test-markdown.md | jeffreytse | |
2021-04-14 | chore: update the post video-example.md | jeffreytse | |
2021-03-01 | chore: add excerpt_size option to config.yml | jeffreytse | |
2021-02-24 | perf: better gitment style in dark mode | jeffreytse | |