Cell
c783ced12f
✨ Feat: add collection navigation support at the end of the article
2023-12-08 00:13:45 +08:00
Cell
5d16e1ac0f
✨ Feat: add collection info at post meta
2023-12-06 21:00:27 +08:00
Cell
c7a03ea847
🎉 Feat: add taxonomy collections
2023-12-06 11:26:08 +08:00
Cell
8ccf57862c
📝 Docs: fix typo
2023-12-06 10:07:00 +08:00
Cell
86f4630f0b
⚡ Perf: optimize categories and tags template lookup order
2023-12-05 19:06:39 +08:00
Cell
30dbc469bd
🚚 Feat: the type: offline in front matter is deprecated. use layout: offline instead
2023-12-05 11:19:13 +08:00
Cell
1cfabbe8bc
🚚 Feat: the type: friends in front matter is deprecated. use layout: friends instead
2023-12-05 11:18:36 +08:00
Cell
d4d2a95f98
Merge branch 'v0' into v1
...
* v0:
🔧 Chore: update default hugo.toml
🚨 Fix: the author key in site configuration is deprecated. Use params.author instead
📝 Docs: add post "Tips about algolia"
⬆️ Chore: bump babel and core-js
2023-12-05 10:12:18 +08:00
Cell
fb16d9e1a2
🚨 Fix: the author key in site configuration is deprecated. Use params.author instead
2023-12-01 15:30:54 +08:00
Cell
65875dec78
Merge branch 'v0.2.18-lts' into 1.0.0
...
* v0.2.18-lts: (22 commits)
🔖 Chore(release): 0.2.18-lts.5
📝 Docs: update chang log and docs
🔧 Chore: change the theme minimum supported Hugo versions above **0.110.0**
🔧 Chore: update default config in `hugo.toml`
🐛 Fix: active index of toc may result in error
✨ Feat: add hiddenFromRss param and front matter
⚡ Perf: preload some stylesheet
🔧 Chore: add Vercel config (#277 )
🐛 Fix: fix logic error of lightgallery images rendering
📝 Docs: update the outputs configuration to avoid the following warnings in versions above Hugo 0.112.0 (resolve #354 )
📝 Docs: update content license
🐛 Style: fix the emoji style of valine comment (resolve #376 )
⚡ Perf: optimize featured image rendering
🔧 Chore: add decoding and referrerpolicy options for img plugin
🚸 Feat: change bilibili shortcode `muted` default value
🔖 Chore(release): 0.2.18-lts.4
📝 Docs: update change log for v0
✨ Feat: add more options support for bilibili shortcode, e.g. `autoplay`, `muted` etc. (resolve #375 )
🐛 Fix: disable encrypted articles from rendering to rss (fixed #374 )
🐛 Fix: fix featured image path error in rss and show img tags in rss
...
2023-11-29 15:55:17 +08:00
Cell
8aa3cf96a9
🔖 Chore(release): 0.2.18-lts.5
2023-11-26 14:41:24 +08:00
Cell
6f16b3ffe1
✨ Feat: add hiddenFromRss param and front matter
2023-11-22 15:09:45 +08:00
Cell
a1833aaf41
⚡ Perf: preload some stylesheet
2023-11-20 18:00:04 +08:00
Cell
17070d6fba
🐛 Fix: fix logic error of lightgallery images rendering
2023-11-16 16:32:17 +08:00
Cell
fdc501904c
⚡ Perf: optimize featured image rendering
2023-11-07 11:24:22 +08:00
Cell
9ec83753d3
🔧 Chore: add decoding and referrerpolicy options for img plugin
2023-11-07 11:19:10 +08:00
Cell
1121c9df57
🚸 Feat: change bilibili shortcode muted default value
2023-11-07 10:06:38 +08:00
Cell
95c8113d62
🔖 Chore(release): 0.2.18-lts.4
2023-11-06 17:58:41 +08:00
Cell
4e29d5e5ca
✨ Feat: add more options support for bilibili shortcode, e.g. autoplay, muted etc. ( resolve #375 )
2023-11-06 17:56:44 +08:00
Cell
02dda642ea
🐛 Fix: disable encrypted articles from rendering to rss ( fixed #374 )
2023-11-06 15:42:35 +08:00
Cell
c2bb7e0f80
🐛 Fix: fix featured image path error in rss and show img tags in rss
...
Some RSS parsers may incorrectly parse relative image addresses
Close #373
2023-11-06 12:34:21 +08:00
Cell
4fb9711fa6
🐛 Fix: add a option "Responsive" for plugin image fixed #369
2023-11-04 23:59:00 +08:00
Cell
6682d38af2
✨ Perf: optimize lightgallery images rendering
2023-11-03 21:29:59 +08:00
Cell
eaa1fea5dc
Merge branch 'master' into 1.0.0
2023-11-03 17:10:34 +08:00
Cell
81f6d68f0a
🔖 Chore(release): 0.2.18-lts.3
2023-11-03 15:39:55 +08:00
Cell
a9678bf73c
🐛 Fix: small and large src errors of images
2023-11-03 15:39:43 +08:00
Cell
d22d261e69
⚡ Perf: optimize plugin image
2023-11-02 18:15:14 +08:00
Cell
0de8e5053f
⚡ Perf: optimize function get-remote-image
2023-11-02 17:37:24 +08:00
Cell
ecb0d964ad
⚡ Perf: optimize function suffix-validation
2023-11-02 17:35:59 +08:00
Cell
c4606930ff
🐛 Fix: anchor jump exception caused by lazy loading of responsive images ( #348 )
2023-11-01 17:48:48 +08:00
Cell
a631096b29
✨ Feat: add options to cache remote image locally ( #362 Fixes #348 )
2023-10-26 16:51:40 +08:00
Cell
b9fe4cc207
🐛 Fix: fix path errors in image src and 1.5x srcset ( #346 )
2023-10-24 17:14:07 +08:00
Cell
aae1380688
🔖 Chore(release): 0.2.18-lts.2
2023-10-24 12:29:13 +08:00
Cell
4d223bdc29
⬆️ Chore(libs): update Waline from 2.14.7 to 2.15.8
2023-10-24 12:15:32 +08:00
Cell
1f412dc12d
⬆️ Chore(libs): update Twikoo from 1.6.8 to 1.6.22
2023-10-24 12:15:32 +08:00
Cell
e11caf7a59
🔥 Feat: removed Renren, Digg and StumbleUpon in sharer.js 0.5.0
2023-10-24 12:15:32 +08:00
Cell
98c5a1ad54
⬆️ Chore(libs): update Artalk from 2.5.2 to 2.6.4
...
Artalk v2.5.5 has deprecated the gravatar.default configuration item, please use gravatar.params instead. (ArtalkJS/Artalk#508 )
TODO: support pagination and heightLimit config for Artalk in next FixIt version
2023-10-24 12:15:32 +08:00
Cell
9b47648aa5
✨ Feat: change post nav rule at post footer
...
replace .PrevInSection/.NextInSection with .Prev/.Next
2023-10-12 20:15:19 +08:00
Cell
a25331bca3
🐛 Fix: total word count error in section
...
(cherry picked from commit 8bb2a35dcc )
2023-10-10 15:09:53 +08:00
Cell
8bb2a35dcc
🐛 Fix: total word count error in section
2023-10-10 15:08:32 +08:00
Cell
88ec3aad5b
📝 Docs: update docs and version
2023-09-16 21:30:20 +08:00
Stefano Ginobili
2956b9927c
🐛 Fix: use dateFormat function to render localized dates
...
Co-authored-by: Stefano Ginobili <stefano.ginobili@gmail.com >
Co-authored-by: Cell <1024@lruihao.cn >
(cherry picked from commit 78416fa920 )
2023-09-03 12:50:43 +08:00
Stefano Ginobili
78416fa920
🐛 Fix: use dateFormat function to render localized dates
...
Co-authored-by: Stefano Ginobili <stefano.ginobili@gmail.com >
Co-authored-by: Cell <1024@lruihao.cn >
2023-09-03 12:44:50 +08:00
Cell
1b359b7f14
✨ Feat: add code block attributes support ( #330 )
...
(cherry picked from commit 6df8f283f2 )
2023-06-19 11:32:10 +08:00
Cell
6df8f283f2
✨ Feat: add code block attributes support ( #330 )
2023-06-11 18:43:08 +08:00
Cell
38043616ef
🔥 Feat: remove lunr search engine
2023-04-28 15:17:11 +08:00
Cell
d64a6210f2
♻️ Refactor: process theme.js with ESBuild
...
https://gohugo.io/hugo-pipes/js/
2023-03-31 22:44:40 +08:00
Cell
ff95cfaed7
🔖 Chore(release): 0.2.18
2023-03-31 22:36:18 +08:00
Cell
db6335cee3
⬆️ Chore(libs): update Artalk from 2.3.4 to 2.5.2
2023-03-31 21:43:04 +08:00
Cell
1cc75302f1
🎨 Style: unify code style
2023-03-29 13:51:40 +08:00