Cell
12cc5f7e60
✨ Feat: add custom admonitions support
...
hugo 0.134.1
2024-10-10 10:06:22 +08:00
Cell
39a48f35f0
⚡ Perf: if .AlertType not in basic types, rendering to extended alert syntax
2024-10-09 11:13:11 +08:00
Cell
bd40c85586
🎉 Feat: support alert foldable title for blockquote compatible with Obsidian Callouts
...
refactor admonition shortcode: add todo type and aliases type
change min hugo version: 0.134.0
2024-10-08 15:12:01 +08:00
Cell
9c440df3d0
✨ Feat: add param.capitalizeTitles, default is true
2024-10-02 01:54:19 +08:00
Cell
ed8cf316a5
✨ Feat: add separator and capitalize options for breadcrumb config
2024-10-01 14:59:29 +08:00
Cell
1ca9fdb760
♻️ Refactor: javascript output for inline scripts
2024-09-01 00:37:16 +08:00
Cell
1f22b538b5
⚡ Chore: simplified code
2024-08-30 10:42:51 +08:00
Cell
3b99838980
♻️ Refactor: icon plugin
2024-08-29 17:52:56 +08:00
Cell
5aaacec004
🐛 Fix: resources get match error for page images
2024-08-29 14:47:02 +08:00
Cell
64529c99c8
📝 Docs(ignore): update memo
2024-08-29 10:54:50 +08:00
Cell
b7ed9cac69
♻️ Refactor: refactor content encryption
2024-08-29 10:24:16 +08:00
Cell
9894d9900c
💄 Style: update timeline animation
2024-07-23 11:31:43 +08:00
Cell
03e9b119cc
⚡ Feat(igonre): Timeline feature enhancement
2024-07-22 15:12:55 +08:00
Cell
f44d89a52a
♻️ Refactor: mermaid shortcode and codeblock render
2024-07-21 20:20:39 +08:00
Cell
2a53dbac37
✨ Feat: add echarts support for code blocks
2024-07-21 19:02:11 +08:00
Cell
07c40dbc3e
📝 Docs(ignore): update README
2024-07-21 13:08:31 +08:00
Cell
ee4441c3ea
🎉 Feat: add extended shortcode - Timeline support
2024-07-21 11:31:13 +08:00
Tim Yang
6cc4d44ef4
💄 Style: upgrade the name and icon of "twitter" to "X" in share and social part ( #443 )
2024-05-23 11:43:09 +08:00
Cell
3682a2a1d3
💄 Style: update card link image style
2024-05-07 17:06:01 +08:00
Cell
4d07d872d5
Revert " ⚡ Perf: use zhihu API to get shortcut image from a link ( #391 )"
...
This reverts commit a1e123ac02 .
2024-05-07 16:37:47 +08:00
Cell
a1e123ac02
⚡ Perf: use zhihu API to get shortcut image from a link ( #391 )
2024-05-07 15:40:12 +08:00
Cell
6c3c3d7a9a
🐛 Fix: get remote image error in link shortcode ( #391 )
2024-05-07 12:38:52 +08:00
Cell
ba4b506b2f
Feat: use strings.Title for post title and other titles ( #421 )
...
Closes #421
2024-05-06 16:00:29 +08:00
Cell
c2d168c6d1
✨ Feat: add card-icon parameter for link shortcode ( #391 )
2024-04-30 13:01:00 +08:00
Cell
3c886553db
💄 Style: add fontawesome icon for reward button
2024-04-29 22:53:11 +08:00
Cell
2ea592b4a3
🐛 Fix: use function to get params replace of .Scatch ( #420 )
2024-02-23 20:50:52 +08:00
Cell
b2b47095eb
🐛 Fix: to create a scratch pad that is not reset on server rebuilds, use the Store method instead of Scratch method ( fixes #417 )
2024-02-23 10:33:08 +08:00
Cell
1bd56105b7
🐛 Fix: remove sizes="auto" prop what was used for lazysizes.js in old FixIt version ( resolve #411 )
...
refer to https://github.com/whatwg/html/issues/9448
2024-01-28 23:18:23 +08:00
Cell
e482fbe36a
⚡ Chore: optimize .Resources variable acquisition in function resources.html
2023-12-31 00:46:51 +08:00
Cell
de5fd0c3f7
🚚 Feat: migarte params.cacheRemoteImages to params.page.cacheRemoteImages ( #362 )
2023-12-30 23:26:08 +08:00
Cell
2ebc77797c
🚚 Chore: migrate svg to assets/images folder
2023-12-29 21:40:24 +08:00
Cell
6c6a326607
⏪ Revert: restore image data-alt to alt
2023-12-20 15:13:45 +08:00
Cell
94a1796e63
🐛 Fix: cdn script loading failure
2023-12-08 00:55:17 +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
a1833aaf41
⚡ Perf: preload some stylesheet
2023-11-20 18:00:04 +08:00
Cell
9ec83753d3
🔧 Chore: add decoding and referrerpolicy options for img plugin
2023-11-07 11:19:10 +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
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
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
e11caf7a59
🔥 Feat: removed Renren, Digg and StumbleUpon in sharer.js 0.5.0
2023-10-24 12:15:32 +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
0ac4c06d66
♻️ Refactor(reward): add parameter mode for post reward and refactor shortcode reward
2023-03-26 00:03:35 +08:00
Cell
e685b2d33e
🐛 Fix: js.build is executed after fingerprint, resulting in the destruction of js integrity
2023-02-27 10:51:50 +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