dependabot[bot]
1bbe7b5173
📌 Bump tailwindcss from 4.1.12 to 4.1.13
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss ) from 4.1.12 to 4.1.13.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.13/packages/tailwindcss )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-version: 4.1.13
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-17 05:01:50 +00:00
Nuno C.
df859f1d70
Merge pull request #2482 from iunn-sh/main
...
✨ Feat: add cloud & cloud-moon icon
2025-09-16 11:11:08 +01:00
Nuno C.
6f6584e83a
Merge pull request #2455 from ZhenShuo2021/feat/img-background
...
✨ Feat: Replace all background-image CSS with <img> tags
2025-09-16 11:10:32 +01:00
Nuno C.
cd93ec0708
Merge pull request #2451 from ZhenShuo2021/feat/image-process
...
✨ Feat(article-link, hero): improve image handling
2025-09-16 11:10:04 +01:00
ZhenShuo Leo
3f0dc1d6e1
feat(hero): replace div with img tag
...
Changed: basic and thumbAndBackground layout
2025-09-16 15:08:36 +08:00
ZhenShuo Leo
340364f31a
feat(article-link): use semantic HTML
2025-09-16 15:08:36 +08:00
ZhenShuo Leo
d21a4e6e4a
feat(term-link): implement the same behavior as article-link in term-link/card.html
...
use new hover logic
replace div with img tag
2025-09-16 15:08:36 +08:00
ZhenShuo Leo
01b998e070
feat(article-link): replace background div with img tag
2025-09-16 15:08:36 +08:00
ZhenShuo Leo
5bab41062a
refactor(article-link): remove unnecessary with syntax
2025-09-16 15:08:35 +08:00
ZhenShuo Leo
b1b7aa1f42
feat(article-link): reimplement card hover using ::before method
...
The previous method was not intuitive since there was nothing in the <a> tag,
and required group-xxx classes for every element.
The new pseudo element method fixes those problems, see:
https://kittygiraudel.com/2022/04/02/accessible-cards/
2025-09-16 15:08:35 +08:00
ZhenShuo Leo
8911ac843a
chore(term-link): remove unused .Params.images
2025-09-16 15:08:35 +08:00
ZhenShuo Leo
cb479d5693
feat(hero): support internal links for featureimage
...
This commit also gives the `featureimage` frontmatter the highest priority, preventing it from being overridden by hidden logic.
2025-09-16 15:08:35 +08:00
ZhenShuo Leo
9c1d56e0e7
feat(article-link): support internal links for featureimage
...
This commit also gives the `featureimage` frontmatter the highest priority, preventing it from being overridden by hidden logic.
2025-09-16 15:08:35 +08:00
ZhenShuo Leo
6d6b5d3946
fix(article-link): skip fetching images when hideFeatureImage is true
2025-09-16 15:08:35 +08:00
ZhenShuo Leo
ff3a6b4253
fix(article-link): explicitly set featured priority
2025-09-16 15:08:35 +08:00
ZhenShuo Leo
0f7f27b916
refactor(article-link): separate Go templates from HTML rendering
...
Add descriptions for the purpose of each template.
It takes time to figure out their use every time.
2025-09-16 15:08:35 +08:00
ZhenShuo Leo
c8ee5fc657
refactor(article-link): unify featured image rendering with MediaType check
2025-09-16 15:08:35 +08:00
ZhenShuo Leo
e3194eca1e
chore(article-link): remove unused .Params.images
...
The `.Params.images` and `.Site.Params.images` have existed since the creation of the files
but have never been referenced in the documentation since their initial commit (3cc1569fc1 )
Also, Meta tags are not valid inside card elements
2025-09-16 15:08:22 +08:00
ish
d25ec813f3
revert unrelated change
2025-09-16 10:10:40 +08:00
ish
5fe9f56561
Merge branch 'nunocoracao:main' into main
2025-09-16 10:00:05 +08:00
Nuno Coração
ade5f2c6d6
🔖 v2.91.0
2025-09-15 23:30:30 +01:00
Nuno C.
3e652b3749
Merge pull request #2401 from nunocoracao/dev
...
🔖 v2.90.0
v2.90.0
2025-09-15 23:26:09 +01:00
Nuno C.
986c67effc
Merge branch 'main' into dev
2025-09-15 23:25:59 +01:00
Nuno Coração
174138d4b4
final polish
2025-09-15 23:25:23 +01:00
Nuno C.
488be56b5f
Merge pull request #2466 from ZhenShuo2021/feat/repo-card-csp
...
✨ Feat(repo-card): remove inline style
2025-09-15 23:08:42 +01:00
Nuno C.
53eff2b690
Merge pull request #2465 from ZhenShuo2021/feat/timeline-md
...
✨ Feat(timeline): support markdown content
2025-09-15 23:08:24 +01:00
Nuno C.
c14887e992
Merge pull request #2456 from ZhenShuo2021/fix/a11y
...
🐛 Fix(a11y): multiple a11y issues
2025-09-15 23:04:54 +01:00
Nuno C.
dab39ebe02
Merge pull request #2428 from ZhenShuo2021/fix/frontmatter-toc
...
🐛 Fix(single.html): toc not controlled by frontmatter
2025-09-15 23:04:20 +01:00
Nuno C.
e6cd7a9948
Merge pull request #2426 from ZhenShuo2021/fix/code-copy
...
🐛 Fix(code.js): filter line number on code copy
2025-09-15 23:03:55 +01:00
Nuno C.
64aed3c6e7
Merge pull request #2403 from ZhenShuo2021/fix/figure-link-area
...
🐛 Fix(figure): limit link hover area to image only
2025-09-15 23:03:33 +01:00
Nuno C.
d8add6e15f
Merge pull request #2399 from ZhenShuo2021/feat/enable-tailwind-colors
...
✨ Feat(tailwind): enable default colors
2025-09-15 23:02:55 +01:00
Nuno C.
ecd990b5e5
Merge pull request #2397 from ZhenShuo2021/chore/prune-tailwind-classes
...
🔧 Chore: prune unused Tailwind classes
2025-09-15 23:02:30 +01:00
Nuno C.
295ce738be
Merge pull request #2393 from ZhenShuo2021/fix/rtl-layout-issues
...
🐛 Fix(rtl): multiple layout issues
2025-09-15 23:02:11 +01:00
Nuno C.
ed6fb66bbe
Merge pull request #2391 from ZhenShuo2021/refactor/logical-properties
...
♻️ Refactor(CSS): use logical properties for language direction
2025-09-15 23:01:41 +01:00
Nuno C.
6e9fa7825b
Merge pull request #2408 from bilyes/add-missing-share-mastodon-title
...
Fix(link-title): Add missing English title for the share to Mastodon link.
2025-09-15 22:59:50 +01:00
Nuno C.
8deb28fb6c
Merge pull request #2409 from breard-r/author_link_title
...
Add a title to the author links
2025-09-15 22:59:27 +01:00
Nuno C.
6f5d15a938
Merge pull request #2427 from ZhenShuo2021/chore/issue-version-check
...
🔧 Chore: add Hugo version check to bug report
2025-09-15 22:58:13 +01:00
Nuno C.
2e52ed70cc
Merge pull request #2457 from Flyburg/patch-doc
...
📝 Docs: Add description of "showThumbnail" option of GitHub shortcodes.
2025-09-15 22:55:43 +01:00
Nuno C.
f67647f2f0
Merge pull request #2468 from ZhenShuo2021/docs/fingerprintAlgorithm
...
📝 Docs: update documentation for fingerprintAlgorithm
2025-09-15 22:55:18 +01:00
Nuno C.
ce1b0abc7d
Merge pull request #2458 from githubdand/patch-2
...
Update users.json
2025-09-15 22:54:22 +01:00
Nuno C.
c6f205d41f
Merge branch 'dev' into patch-2
2025-09-15 22:54:13 +01:00
Nuno C.
328bfb553f
Merge pull request #2450 from LarvenStein/patch-1
...
Adding myself to users :)
2025-09-15 22:53:40 +01:00
Nuno C.
7586dd8997
Merge branch 'dev' into patch-1
2025-09-15 22:53:26 +01:00
Nuno C.
84a23d7e1f
Merge pull request #2434 from kieran-lowe/feat/users
...
feat: add user to users
2025-09-15 22:52:55 +01:00
Nuno C.
7890d88c12
Merge branch 'dev' into feat/users
2025-09-15 22:52:23 +01:00
Nuno C.
541f40c370
Merge pull request #2432 from CodeBotD/patch-2
...
Added A Blowfish User 🐟
2025-09-15 22:51:34 +01:00
Nuno C.
73b3814e7b
Merge branch 'dev' into patch-2
2025-09-15 22:51:27 +01:00
Nuno C.
c52f47ae4b
Merge pull request #2411 from jnonino/patch-1
...
Add Learn-Software.com to users.json
2025-09-15 22:50:12 +01:00
Nuno C.
2ff69874c1
Merge pull request #2394 from ZhenShuo2021/fix/fetch-repo
...
🐛 Fix(fetch-repo): skip DOM updates for invalid remote data
2025-09-15 22:48:56 +01:00
Nuno C.
d4f703b397
Merge pull request #2407 from nunocoracao/dependabot/npm_and_yarn/dev/headlessui/react-2.2.7
...
📌 Bump @headlessui/react from 2.2.6 to 2.2.7
2025-09-15 22:45:19 +01:00