Nuno C.
97b2f5c851
Merge pull request #2494 from tb1337/tb1337-update-users
...
Update users.json
2025-09-22 18:50:57 +01:00
Nuno C.
84163ad4ea
Merge pull request #2485 from nunocoracao/dependabot/npm_and_yarn/dev/tailwindcss/cli-4.1.13
...
📌 Bump @tailwindcss/cli from 4.1.12 to 4.1.13
2025-09-22 18:47:34 +01:00
Nuno C.
8c1365d819
Merge pull request #2484 from nunocoracao/dependabot/npm_and_yarn/dev/headlessui/react-2.2.8
...
📌 Bump @headlessui/react from 2.2.7 to 2.2.8
2025-09-22 18:47:21 +01:00
Nuno C.
f1a11b3357
Merge pull request #2483 from nunocoracao/dependabot/npm_and_yarn/dev/tailwindcss-4.1.13
...
📌 Bump tailwindcss from 4.1.12 to 4.1.13
2025-09-22 18:47:07 +01:00
tb
ab385ef0e7
Update users.json
2025-09-21 19:38:47 +02:00
dependabot[bot]
1cb5e9ab2f
💄 Rebuild CSS
2025-09-17 05:02:38 +00:00
dependabot[bot]
f68b90589c
📌 Bump @tailwindcss/cli from 4.1.12 to 4.1.13
...
Bumps [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli ) 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-cli )
---
updated-dependencies:
- dependency-name: "@tailwindcss/cli"
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:02:10 +00:00
dependabot[bot]
97fa4b4970
📌 Bump @headlessui/react from 2.2.7 to 2.2.8
...
Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react ) from 2.2.7 to 2.2.8.
- [Release notes](https://github.com/tailwindlabs/headlessui/releases )
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.2.8/packages/@headlessui-react )
---
updated-dependencies:
- dependency-name: "@headlessui/react"
dependency-version: 2.2.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-17 05:02:01 +00:00
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