Florian Hoss
53d243fab3
✨ Exclude pages from search index via param
...
Pages with the 'excludeFromSearch' parameter set in their front matter are now omitted from the generated search index. This allows for finer control over which pages are searchable.
2025-11-12 18:17:58 +01:00
Nuno C.
81f0e88710
Merge pull request #2544 from nunocoracao/dev
...
🔖 v2.92.0
v2.92.0
2025-11-03 22:34:25 +00:00
Nuno Coração
121d240da2
polish
2025-11-03 22:31:06 +00:00
Nuno C.
05456d8fdb
Merge pull request #2593 from nunocoracao/a11y
...
🐛 Fix(a11y): conditionally create disable_images button
2025-11-03 22:20:38 +00:00
Nuno C.
c6aa447427
Merge pull request #2591 from pwhittlesea/support-markdown-attributes-on-images
...
✨ Support Hugo Markdown Attributes for Inline Images
2025-11-03 22:19:57 +00:00
Nuno C.
03578f8307
Merge pull request #2590 from tan5166/main
...
fix(term-link): replace removed _external-link.html partial with inline logic
2025-11-03 22:18:54 +00:00
Nuno C.
407cdb66c5
Merge pull request #2567 from ZhenShuo2021/feat/color-theme
...
✨ Feat: add new color schemes "github" and "one-light"
2025-11-03 22:17:10 +00:00
Nuno C.
a1509e9064
Merge pull request #2566 from ZhenShuo2021/fix/keyword
...
🐛 Fix(keyword): trim empty spaces
2025-11-03 22:16:10 +00:00
Nuno C.
cd73c4ab4d
Merge pull request #2565 from ZhenShuo2021/fix/showDateOnlyInArticle
...
🐛 Fix: showDateOnlyInArticle
2025-11-03 22:14:41 +00:00
Nuno C.
7b08a2241c
Merge pull request #2564 from ZhenShuo2021/fix/repo-card
...
🐛 Fix(repo-card): language dot colors not displaying
2025-11-03 22:14:04 +00:00
Nuno C.
998aee7bf3
Merge pull request #2562 from ZhenShuo2021/fix/scroll-to-top
...
🐛 Fix(scroll-to-top): handle nil value correctly
2025-11-03 22:13:12 +00:00
Nuno C.
427d44f472
Merge pull request #2589 from flohoss/main
...
💬 Add german translation
2025-11-03 22:08:08 +00:00
Nuno C.
e9389be6ff
Merge branch 'dev' into main
2025-11-03 22:07:53 +00:00
Nuno C.
bfc47b118e
Merge pull request #2579 from daytaur/daytaur-patch-1
...
Add daytaur.com portfolio site entry to users.json
2025-11-03 22:06:23 +00:00
Nuno C.
9a98c6e95a
Merge branch 'dev' into daytaur-patch-1
2025-11-03 22:06:05 +00:00
Nuno C.
4560ad96d4
Merge pull request #2578 from istvanmerza/patch-1
...
Add merza.is to users.json
2025-11-03 22:04:06 +00:00
Nuno C.
d38a1055bf
Merge pull request #2561 from tekdahl/bugfix/article-links-broken
...
Fix(article shortcode): article links broken
2025-11-03 22:02:24 +00:00
Nuno C.
f98ef89528
Merge pull request #2554 from tekdahl/patch-3
...
Update docs/shortcodes/index.md to fix example regex
2025-11-03 22:00:46 +00:00
Nuno C.
0e504a57af
Merge pull request #2551 from Finkregh/patch-2
...
feat: extend german translation
2025-11-03 21:59:39 +00:00
Nuno C.
11baac5f89
Merge pull request #2577 from nunocoracao/hugo-new-version
...
⚙️ Update Hugo supported version
2025-11-03 21:58:25 +00:00
Nuno C.
7093887500
Merge pull request #2594 from nunocoracao/docs/install
...
📝 Docs: rename `config.toml` to `hugo.toml`
2025-11-03 21:57:35 +00:00
Nuno C.
ebc2fa55a3
Merge pull request #2584 from nunocoracao/dependabot/npm_and_yarn/dev/tailwindcss-4.1.16
...
📌 bump tailwindcss from 4.1.14 to 4.1.16
2025-11-03 18:19:22 +00:00
Nuno C.
2cebe7c007
Merge pull request #2583 from nunocoracao/dependabot/github_actions/dev/actions/upload-artifact-5
...
👷 bump actions/upload-artifact from 4 to 5
2025-11-03 18:18:40 +00:00
Nuno C.
574d41791d
Merge pull request #2585 from nunocoracao/dependabot/npm_and_yarn/dev/tailwindcss/cli-4.1.16
...
📌 bump @tailwindcss/cli from 4.1.14 to 4.1.16
2025-11-03 18:18:22 +00:00
Nuno C.
08305ed202
Merge pull request #2586 from nunocoracao/dependabot/npm_and_yarn/dev/commander-14.0.2
...
📌 bump commander from 14.0.1 to 14.0.2
2025-11-03 18:18:06 +00:00
Nuno C.
1f1d62d7c1
Merge pull request #2587 from nunocoracao/dependabot/npm_and_yarn/dev/puppeteer-24.26.1
...
📌 bump puppeteer from 24.24.1 to 24.26.1
2025-11-03 18:17:55 +00:00
ZhenShuo Leo
3a1b44c177
docs: config.toml -> hugo.toml
2025-11-03 11:05:26 +08:00
ZhenShuo Leo
7f55de67d4
fix(a11y): i18n "Disable images" -> "Disable background image"
2025-11-03 10:30:59 +08:00
ZhenShuo Leo
c51559dee5
fix(a11y): create disable_images button only when layout is background
2025-11-03 10:30:59 +08:00
Phillip Whittlesea-Clark
65ad575c9c
✨ Support Hugo Markdown Attributes for Inline Images
2025-11-01 18:21:42 +00:00
tan5166
f83bec6b7a
fix(term-link): replace removed _external-link.html partial with inline logic
...
Fixes the issue introduced by commit 7cb8dcc which removed the
_external-link.html partial. The external link logic is now handled
inline in the card.html template to properly support both internal
and external URLs.
2025-11-02 01:36:37 +08:00
Florian Hoss
de65642d01
Add german translation
2025-10-30 09:37:07 +01:00
dependabot[bot]
aee443b910
💄 Rebuild CSS
2025-10-29 05:02:26 +00:00
dependabot[bot]
93316769fe
📌 bump puppeteer from 24.24.1 to 24.26.1
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 24.24.1 to 24.26.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.24.1...puppeteer-v24.26.1 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-version: 24.26.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-29 05:02:21 +00:00
dependabot[bot]
0eea244097
📌 bump commander from 14.0.1 to 14.0.2
...
Bumps [commander](https://github.com/tj/commander.js ) from 14.0.1 to 14.0.2.
- [Release notes](https://github.com/tj/commander.js/releases )
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tj/commander.js/compare/v14.0.1...v14.0.2 )
---
updated-dependencies:
- dependency-name: commander
dependency-version: 14.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-29 05:02:05 +00:00
dependabot[bot]
cb3d124999
📌 bump @tailwindcss/cli from 4.1.14 to 4.1.16
...
Bumps [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli ) from 4.1.14 to 4.1.16.
- [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.16/packages/@tailwindcss-cli )
---
updated-dependencies:
- dependency-name: "@tailwindcss/cli"
dependency-version: 4.1.16
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-29 05:02:00 +00:00
dependabot[bot]
b36b892901
📌 bump tailwindcss from 4.1.14 to 4.1.16
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss ) from 4.1.14 to 4.1.16.
- [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.16/packages/tailwindcss )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-version: 4.1.16
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-29 05:01:50 +00:00
dependabot[bot]
17dfc5503c
👷 bump actions/upload-artifact from 4 to 5
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-29 05:01:43 +00:00
daytaur
ae9ee3f069
Add portfolio site entry to users.json
2025-10-27 11:13:37 +02:00
istvanmerza
3ac8ed5556
Update users.json
...
Add merza.is
2025-10-26 23:19:10 +01:00
nunocoracao
f6f36a851e
Update Hugo supported version
2025-10-25 06:06:13 +00:00
ZhenShuo Leo
a05ba20c85
feat: add new color scheme "one-light"
2025-10-20 21:34:16 +08:00
ZhenShuo Leo
be89d0e2b3
feat: add new color scheme "github"
2025-10-20 21:34:16 +08:00
ZhenShuo Leo
1e99e63084
fix(keyword): trim empty spaces
2025-10-17 18:35:26 +08:00
ZhenShuo Leo
d1f332b9cf
fix: showDateOnlyInArticle
2025-10-17 14:52:25 +08:00
Nuno C.
8642fc75cf
Merge pull request #2557 from nunocoracao/dependabot/github_actions/dev/stefanzweifel/git-auto-commit-action-7
2025-10-17 07:44:13 +01:00
Nuno C.
0789219758
Merge pull request #2556 from nunocoracao/dependabot/github_actions/dev/actions/setup-node-6
2025-10-17 07:44:00 +01:00
Nuno C.
f8d4b06330
Merge pull request #2558 from nunocoracao/dependabot/npm_and_yarn/dev/puppeteer-24.24.1
2025-10-17 07:43:32 +01:00
Nuno C.
f768428e0b
Merge pull request #2559 from nunocoracao/dependabot/npm_and_yarn/dev/katex-0.16.25
2025-10-17 07:43:15 +01:00
Nuno C.
d9e1593377
Merge pull request #2560 from nunocoracao/dependabot/npm_and_yarn/dev/chart.js-4.5.1
2025-10-17 07:42:56 +01:00