Cell
2c2b25d8fc
refactor: move the expiration reminder outside the content ( #677 )
2026-01-04 11:38:36 +08:00
Cell
5b8ea64d77
docs(archetypes): update markdown syntax and remove uncommon front matter in templates ( #676 )
2026-01-04 11:22:38 +08:00
Cell
d637c8b22f
fix(img): remove lazy loading background style from img
...
Transparent images cannot cover loading images
2026-01-03 20:56:37 +08:00
Cell
00870fda7e
chore(release): 0.4.0-rc
v0.4.0-rc
2026-01-03 20:22:02 +08:00
Cell
81f867d0cd
fix(code-block): code block header sticky top error inside admonition content
2026-01-03 19:55:15 +08:00
Cell
fcbd8938c2
feat(post-chat-ai): add podcast support and enhance post summary configuration
2026-01-03 16:59:22 +08:00
dependabot[bot]
44b1271229
chore(deps-dev): bump fs-extra in the npm-development group ( #674 )
2026-01-01 10:24:44 +08:00
dependabot[bot]
c1071077ae
chore(deps): bump peter-evans/create-pull-request from 7 to 8 ( #673 )
2026-01-01 10:23:12 +08:00
Cell
7ffaca013c
chore(release): 0.4.0-beta
v0.4.0-beta
2025-12-31 16:45:48 +08:00
Cell
e87060f707
perf(search): enable anchorify for headings in search results ( #672 )
2025-12-31 16:43:04 +08:00
Cell
825d458222
fix(tabs): add support for Mermaid diagrams within tabs ( #671 )
2025-12-31 15:15:11 +08:00
Cell
b4d5859b2b
chore(deps-dev): update a group of dev dependencies
2025-12-31 12:43:21 +08:00
Cell
1dcc2ecf1f
chore(release): 0.4.0-alpha.3
v0.4.0-alpha.3
2025-12-30 16:46:10 +08:00
Cell
3865162f6d
fix(i): error calling merge: destination must be a map, got <nil>
2025-12-30 16:39:59 +08:00
Cell
721c9d9b10
docs: update FixIt theme version to 0.4.X
2025-12-30 16:32:36 +08:00
Cell
0ae4f63595
chore(workflow): add step to split theme configuration and package it for release
2025-12-30 12:25:54 +08:00
Cell
d55d53741d
fix: dict type page parameters fall back to site parameters using merge behavior ( #670 )
...
> The `Param` method on a `Page` object looks for the given `KEY` in page parameters, and returns the corresponding value. If it cannot find the `KEY `in page parameters, it looks for the `KEY` in site parameters. If it cannot find the `KEY` in either location, the Param method returns `nil`.
>
> See: https://gohugo.io/methods/page/param/
So `.Page.Param` is only suitable for simple types.
2025-12-30 11:23:25 +08:00
Cell
26dc22ba16
docs: update menu configuration syntax in hugo.toml
2025-12-29 16:38:16 +08:00
Cell
74ed94bec9
feat: enhance sticky behavior for TOC and code headers in responsive design ( #669 )
2025-12-26 17:12:17 +08:00
Cell
37a799b2cb
refactor: use CSS variables for global colors and improve theme support ( #668 )
2025-12-26 14:16:59 +08:00
Cell
3f5d0e0583
perf: adjust toc-dialog width and margin for better layout
...
// ignore-for-release
2025-12-25 18:11:12 +08:00
Cell
8ffb9a9563
fix: update TOC handling logic to use showToc flag
2025-12-25 17:16:07 +08:00
Cell
3482b8bf08
fix: typo
2025-12-25 17:03:01 +08:00
Cell
dcc5e32cba
perf: update card backdrop background to utilize dynamic logo image
2025-12-25 16:57:34 +08:00
Cell
06273f725d
fix: if content/_index.md exist, config error
2025-12-25 16:42:20 +08:00
github-actions[bot]
e501477398
docs(readme): update hugo-fixit component list ( #667 )
2025-12-25 09:58:37 +08:00
Cell
35526b7410
docs: update image optimisation setting to indicate potential impact on build speed
2025-12-24 15:40:55 +08:00
Cell
4fec1cdaa2
fix: ensure URL parameter is validated before processing remote JSON
2025-12-23 18:07:06 +08:00
Cell
1039e3280e
fix: the missing space before the link target attribute
2025-12-23 17:06:19 +08:00
Cell
8635841c80
fix: adjust margins and padding for tab-container to improve layout consistency
2025-12-23 16:48:56 +08:00
Cell
0978234bf6
fix: update image processing configurations for improved performance and quality
2025-12-23 14:45:17 +08:00
Cell
7efb9fc3ac
perf: add bluesky shortcode with remote JSON retrieval and styling
2025-12-23 11:10:38 +08:00
Cell
a78c07f782
fix: ensure max-width is applied to aside element for consistent layout
2025-12-22 17:49:06 +08:00
Cell
1bb21fcbd1
fix: improve warning messages for remote image retrieval failures
...
You can suppress the warning by adding the following to your site configuration:
ignoreLogs = ['warning-remote-image']
2025-12-22 16:38:39 +08:00
Cell
fdcc20af26
fix: update image dimensions for featured image preview in summary layout
2025-12-22 16:37:28 +08:00
Cell
9bcdbe3325
feat: add env shortcode for conditional content rendering based on Hugo environment
2025-12-22 14:53:37 +08:00
Cell
4cd9a6940e
feat: enable profile display on home page and add option to show content only on the first page
2025-12-22 11:48:22 +08:00
Cell
c76cb4c8be
feat: implement Gravatar functionality and refactor avatar handling in profile
2025-12-22 11:35:40 +08:00
Cell
3c7babb5ea
fix(i): some minor style updates
2025-12-22 00:13:24 +08:00
Cell
3f14576073
feat: add blacklist option for image optimisation and adapt Hugo 0.153.0+ ( #666 )
...
* feat: add blacklist option for image optimisation and enhance shortcode parameters
To ensure compatibility with Hugo 0.153.0, converting GIFs to WebP is prohibited. (gohugoio/hugo#14282 )
* feat: enhance image plugin with Matches parameter for better resource handling and improve featured image rendering
2025-12-21 23:42:15 +08:00
Cell
88dfed5486
fix: update echarts and mermaid pre containers styles
...
// ignore-for-release
2025-12-20 23:20:54 +08:00
Cell
051f45a73c
feat: update version shortcode with deprecated type
2025-12-20 20:29:41 +08:00
Cell
10b355bdee
refactor: enhance code/diagram copy button functionality and styling
2025-12-20 16:10:50 +08:00
Cell
4d95fd8d30
refactor: add code block render hooks for xml feed content ( #651 )
2025-12-20 14:38:12 +08:00
Cell
f2b6218edc
refactor: consolidate code block rendering and enhance styling features ( #665 )
...
reference issues: #312 , #476
2025-12-19 23:31:18 +08:00
Cell
0a614e1763
fix: improve code block handling and compatibility for non-Chromium browsers
...
fixes #312
// ignore-for-release
2025-12-19 17:34:53 +08:00
Cell
4d3b556684
feat: add code block render hook for RSS page ( #651 )
2025-12-19 15:38:55 +08:00
Cell
c35dce56d0
refactor: table wrapper via table render hook
...
resolve #503
2025-12-19 14:10:33 +08:00
Cell
ebfa5ad741
fix!: remove deprecated legacy plugin and update image handling
2025-12-19 10:53:13 +08:00
Cell
a96a76abf4
refactor: migrate partial SCSS variables to CSS variables
2025-12-18 15:17:33 +08:00