Dillon
8a9df9b02f
chore(lib): update lightgallery 1.2.0 -> 2.4.0
2022-05-12 05:35:34 +08:00
Dillon
5e9c5f6417
feat: replace smooth scroll js with css scroll-behavior
2022-05-12 04:03:44 +08:00
Dillon
a6adf14c57
fix: missing "comment" class in Commento and Utterances div
2022-05-11 23:10:01 +08:00
Dillon
3ca901c60f
fix: typeit shortcode and stype
2022-05-11 03:21:03 +08:00
Dillon
9cac6b4ffe
feat: update echarts theme config
2022-05-10 13:24:16 +08:00
Dillon
c5bed70e04
chore(lib): update echarts 4.8.0 -> 5.3.2
2022-05-09 02:32:16 +08:00
Dillon
0b0b4a2769
fix: rm lazysizes plugin parent-fit
2022-05-09 01:40:56 +08:00
Dillon
33c4e80a1d
chore(lib): update typeit 7.0.4 -> 8.5.4
2022-05-08 11:55:58 +08:00
Dillon
2b21bdf584
chore(lib): update sharer.js 0.4.0 -> 0.5.1
2022-05-08 02:59:19 +08:00
Dillon
c878a747d7
chore: rm version detection and refactor config
2022-05-08 02:30:22 +08:00
Dillon
857047a7a1
chore(lib): update mermaid 8.5.1 -> 9.0.1
2022-05-07 15:36:44 +08:00
Dillon
ddf73c2cce
chore(lib): update lazysizes 5.2.2 -> 5.3.1
2022-05-07 03:07:32 +08:00
Dillon
7930049e55
chore(lib): update animate.css 3.7.2 -> 4.1.1
2022-05-07 02:22:58 +08:00
Dillon
09ea77eff1
chore(lib): update fontawesome 5.13.0 -> 6.1.1
2022-05-07 01:54:31 +08:00
Dillon
28bc034af0
fix: raw shortcode content rendering in another shortcode
2022-05-07 01:20:39 +08:00
Dillon
85a710d6c2
feat: raw shortcode
2022-05-06 23:54:15 +08:00
Dillon
885a09304d
feat(accessibility): using aria-hidden=true on an icon font that AT should ignore
2022-05-05 03:59:57 +08:00
Dillon
66ccbe92af
fix(math): block delimiters
2022-05-05 02:49:12 +08:00
Dillon
264dd5b9d5
feat(math): more block delimiter for math and update katex 0.11.1 -> 0.15.3
2022-05-05 02:34:17 +08:00
Dillon
ab141e3d9c
fix: theme.min.js error
2022-05-03 18:05:41 +08:00
Dillon
2f86ca014c
fix: some css and js style
2022-05-03 16:22:17 +08:00
Dillon
b5bea268ef
Merge branch 'master' into schema-fix
2022-05-03 16:16:33 +08:00
Dillon
6b1da4c9aa
Merge pull request #461 from khusika/header-fixes
...
Use search-dropdown if search is enabled
2022-05-02 23:12:15 +08:00
Dillon
0ec591b4ab
Merge pull request #544 from khusika/footer-fix
...
fix(footer): Guard post-info-license
2022-05-02 17:14:50 +08:00
Dillon
c17b7a1ffc
Merge pull request #521 from rsrchboy/fix-rss-authors
...
`.params` -> `$params`
2022-05-02 17:00:59 +08:00
Khusika Dhamar Gusti
3649382c34
fix(home): Don't use div element inside heading
...
This error appears when we use typeit (with div element) in home-subtitle (with heading element).
PS: We don't need to re-set the class because home-subtitle has already declared the font-size in the style.
Partially fixes : #401
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-28 09:54:29 +07:00
Khusika Dhamar Gusti
9151f85ce9
fix(toc): Use data attributes for toc
...
Partially fixes : #401
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-27 18:42:42 +07:00
Khusika Dhamar Gusti
1281b13109
fix(header): Use data attributes for header mode
...
Partially fixes : #401
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-26 16:46:31 +07:00
Khusika Dhamar Gusti
fbceb4ad5d
fix(index): Use data attributes for home.posts
...
Partially fixes : #401
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-26 09:23:46 +07:00
Christian Oliff
74c90db9c4
fix(base): Remove unneeded meta tag
...
```html
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
```
This was only needed for IE10 and lower (which are no longer supported) and chromeframe which was a Google plugin for IE8 and lower and was discontinued many years ago. So this meta tag can be safely removed.
Partially fixes : #401
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-25 14:21:32 +07:00
Khusika Dhamar Gusti
d7f6344d00
fix(footer): Define itemtype property
...
The properties copyrightYear and copyrightHolder refer to the nearest parent CreativeWork.
https://schema.org/CreativeWork
Partially fixes : #401
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-24 09:52:39 +07:00
Khusika Dhamar Gusti
8eb46b216d
fix(footer): Guard post-info-license
...
Show license information if it is mentioned in the markdown.
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-02 19:21:22 +07:00
Chris Weyl
8073888dd8
.params
-> $params
...
This was causing the authors of all RSS items to render as "Author".
2020-09-17 12:01:48 -05:00
Evgeny Kuznetsov
3249f108da
fix(function): error with newer Hugo versions
2020-09-14 20:14:41 +03:00
Khusika Dhamar Gusti
c069c4d2e0
fix(header): Use search-dropdown if search is enabled
...
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-07-16 10:06:26 +07:00
Dillon
89a526d693
feat(SEO): update SEO config ( #393 )
2020-05-29 11:11:21 +08:00
Andrea Carratta
2242e0c3c7
feat(sitemap): improve priority ( #392 )
...
Co-authored-by: Dillon <dillonzq@outlook.com>
2020-05-29 11:09:06 +08:00
Dillon
f631e3de04
fix(404): 404 page select language error ( #391 )
2020-05-29 00:19:39 +08:00
Dillon
aa48df5edd
feat(content): support complete local resource references ( #388 )
2020-05-28 17:05:37 +08:00
Dillon
94b8e6bf69
chore: update version to v0.2.10
2020-05-24 16:15:39 +08:00
Dillon
9dd5230204
feat(TOC): add keepStatic param for TOC ( #372 )
2020-05-18 22:27:01 +08:00
Dillon
8f53c999e5
chore: refactor some code
2020-05-18 21:30:33 +08:00
W.T. Chang
e5ae1d696b
fix(path): broken tag/category link when containing a dot ( #368 )
2020-05-18 17:30:37 +08:00
Dillon
9c1244490f
i18n: update i18n string format ( #371 )
2020-05-18 16:10:24 +08:00
Ghosin
36f59a72ee
fix(rss): fix self atom:link. ( #363 )
2020-05-16 00:49:47 +08:00
Dillon
acef6c143e
fix(format): string format error ( #366 )
2020-05-16 00:46:51 +08:00
Dillon
212e26c553
chore(icon): update line icon
2020-05-15 20:24:23 +08:00
Dillon
da9df3b0ce
feat(style): change custom style file path ( #360 )
2020-05-15 19:05:16 +08:00
Dillon
c6733538dc
chore(shortcode): make style shortcode toCSS outputStyle compressed
2020-05-15 17:48:03 +08:00
Dillon
d3d2d751ec
feat(shortcode): add script shortcode ( #359 )
2020-05-15 17:43:04 +08:00