Cell
25eebf642f
🐛 Fix: missing parameter requiredFields for Valine
2023-02-16 17:47:23 +08:00
Cell
7ff750ab0a
♻️ Refactor: author's avatar of post or profile ( #288 )
...
1. `params.profile.gravatarEmail` only takes effect when `params.gravatar.enable=true`
2. Adjust frontmatter: `author` data type from string to **map**
3. Remove frontmatter: `gravatarForce`, `authorLink`, `authorEmail`
4. Add frontmatter: `authorAvatar`
5. Add `params.gravatar.enable`
2023-02-16 17:07:01 +08:00
Cell
703349de9d
⚡ Perf: optimze image lazy loading
2023-02-12 01:14:38 +08:00
Cell
af282b0935
⚡ Perf: optimize image plugin
2023-02-11 18:24:06 +08:00
Cell
81bc55c46f
🐛 Fix: image plugin
2023-02-10 19:57:20 +08:00
Cell
934c57cdff
♻️ Refactor: image lazy loading
...
Fixes #283
2023-02-10 17:40:01 +08:00
Cell
78c53f0aca
✨ Feat: add force option value to params.page.lightgallery
2023-02-06 13:00:40 +08:00
Cell
595bdd908b
Chore: update npm script server and change FixIt RC version
2023-02-03 16:45:38 +08:00
Mejituu
866203a4ce
✨ Feat: add some new features and bug fixes ( #279 )
...
* ✨ Feat: add instant page
* 🐛 Fix: donate images without lazy loading
* 🔧 Chore: update waline plugin version
2023-02-01 15:00:36 +08:00
Cell
15841f0b90
🔖 Chore(release): 0.2.17
2023-01-29 19:38:52 +08:00
Mejituu
9dcd26b9b1
🐛 Fix: sitemap.xml link in robots.txt doesn't point to main sitemap ( #276 )
2023-01-29 19:07:47 +08:00
Cell
b974fa56df
⬆️ Chore(libs): update Twikoo from 1.4.10 to 1.6.8 and add Katex support for it ( #215 #243 )
...
Closes #215
Closes #243
2023-01-07 12:56:18 +08:00
Cell
bd785eb608
🐛 Fix(i18n): fix admonition translation error
2023-01-04 16:21:00 +08:00
Cell
dc9956c807
🐛 Fix(pace): patch pace theme flat-top z-index error
2023-01-04 13:04:32 +08:00
Cell
3a888c41c4
🐛 Fix: can not disable params.footer.siteTime
2023-01-03 15:07:40 +08:00
Cell
48dc34cf11
♻️ Refactor(i18n): hierarchize translation fields for supported languages
2023-01-02 13:31:27 +08:00
Cell
0a67c51495
🚚 Feat: merge parameter footer.custom to custom file
2022-12-26 11:38:01 +08:00
Cell
cb3f77f064
✨ Feat: add [pace]( https://github.com/CodeByZach/pace ) support ( #190 )
2022-12-22 22:53:35 +08:00
Cell
238ec7ac33
🐛 Fix: pangu.js cdn error
2022-12-22 22:17:32 +08:00
Cell
7e2ae88187
✨ Feat: add parameter params.footer.order to order footer lines
2022-12-18 23:13:27 +08:00
Cell
aca8809ea5
✨ Feat: refactor parameter params.footer.siteTime
2022-12-18 16:57:12 +08:00
Cell
fc30159f47
⚡ Perf: enhance pangu spelling correction
2022-12-18 14:49:51 +08:00
Cell
e3e152b2d0
🎉 Feat: add support for [Fusejs search]( https://fusejs.io/ ) ( #203 )
2022-12-03 18:43:22 +08:00
Cell
5467baf56b
⚡ Perf: optimize theme version detection
2022-12-02 10:24:57 +08:00
Cell
ffb3888414
⚡ Perf: optimize code
2022-11-20 18:47:42 +08:00
Cell
d31215044d
🐛 Fix: escape CJK character in tag and category ( #245 , #246 )
2022-11-19 21:58:27 +08:00
Cell
908cb6946b
🐛 Fix: escape hashtag character # in tag and category ( #245 )
2022-11-18 12:58:02 +08:00
Cell
9a189af954
⚡ Perf: simplify post nav code
2022-11-14 14:12:36 +08:00
Cell
b56d0a4e77
🚚 Feat: move assets/data/emoji to assets/lib/valine/emoji/
2022-11-14 10:33:53 +08:00
Cell
d7edd8aab7
✏️ Docs: fix typo
2022-11-05 04:17:53 +08:00
Cell
79f474b5b0
💄 Style:optimize tag cloud style ( #235 )
2022-11-05 03:55:46 +08:00
Cell
6df88b0283
✨ Feat: add TagCloud config support for tags page, see parameter params.tagcloud ( #235 )
2022-11-05 03:44:21 +08:00
Cell
13f825b7c2
✨ Feat: add parameter params.home.profile.avatarMenu
2022-11-04 22:37:31 +08:00
Cell
c56b7d3d33
✨ Feat: add custom templates and parameter params.customFilePath support
2022-11-04 15:15:39 +08:00
Cell
256c324bff
✨ Feat: add reward shortcode support ( #216 )
2022-10-28 22:07:31 +08:00
Cell
41050ee3db
✨ Feat: add feature end of post flag support ( #236 )
2022-10-28 16:52:18 +08:00
Cell
848704ee9f
🎨 Style: delete debug code
2022-10-28 16:06:53 +08:00
Cell
e736b89253
✨ Feat(post-reward): add param position ( #216 )
...
💄 Style: update post footer, post reward and comments styles
2022-10-28 14:24:56 +08:00
Cell
c641344213
🐛 Fix(post-reward): invalid in Safari browser ( #216 )
2022-10-27 17:51:20 +08:00
Cell
ffbdc5ba98
✨ Feat: add feature post reward support ( #216 )
2022-10-27 17:06:49 +08:00
Cell
b1adac1ab1
⚡ Perf: optimize close comment feature when the post has expired ( #204 )
2022-10-14 17:11:19 +08:00
Cell
f6f905517c
✨ Feat: add params to close wordcount and readingTime in post ( #209 )
2022-10-11 17:56:01 +08:00
Cell
49866cbc49
🐛 Fix: image shortcode/plugin lose the support for svg type files ( #210 )
2022-10-11 14:55:52 +08:00
Cell
eee891a00e
🚚 Feat: migrate parameter params.autoBookmark to params.page.autoBookmark ( #55 )
2022-10-05 20:15:04 +08:00
Cell
d4fdfc3ff2
🚧 Chore: update version to 0.2.17-RC
2022-09-24 23:11:38 +08:00
Cell
f40297b8d9
🔖 Chore(release): 0.2.16
2022-09-24 22:57:28 +08:00
Cell
bd5b9a6328
🐛 Fix: image shortcode invalid params height and weight ( #200 )
2022-09-24 13:56:40 +08:00
Cell
22f7a226e3
⬆️ Chore(libs): update third-party libraries
...
- Update fontawesome-free from 6.1.1 to 6.2.0
- Update katex from 0.15.3 to 0.16.2
- Update echarts from 5.2.2 to 5.3.3
- Update algoliasearch from 4.13.0 to 4.14.2
2022-09-23 22:40:41 +08:00
Cell
64db19998f
🔧 Chore: add "Build" param for plugin script and refactor custom.js by js.build
2022-09-23 17:10:50 +08:00
Cell
b50cfe0bd7
⬆️ Chore(libs): update mapbox-gl from 2.8.2 to 2.10.0
2022-09-23 16:09:31 +08:00