dependabot[bot]
e28a53dcdf
📌 bump @awmottaz/prettier-plugin-void-html from 1.8.0 to 1.9.0
...
Bumps [@awmottaz/prettier-plugin-void-html](https://github.com/awmottaz/prettier-plugin-void-html ) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/awmottaz/prettier-plugin-void-html/releases )
- [Changelog](https://github.com/awmottaz/prettier-plugin-void-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/awmottaz/prettier-plugin-void-html/compare/v1.8.0...v1.9.0 )
---
updated-dependencies:
- dependency-name: "@awmottaz/prettier-plugin-void-html"
dependency-version: 1.9.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-09 14:21:34 +00:00
Nuno C.
16c7bf8de1
Merge pull request #2300 from nunocoracao/dependabot/npm_and_yarn/dev/tailwindcss-4.1.11
...
📌 bump tailwindcss from 4.1.10 to 4.1.11
2025-07-09 15:20:33 +01:00
Nuno C.
13d42f44aa
Merge pull request #2299 from nunocoracao/dependabot/npm_and_yarn/dev/tailwindcss/cli-4.1.11
...
📌 bump @tailwindcss/cli from 4.1.10 to 4.1.11
2025-07-09 15:20:20 +01:00
Nuno C.
993ffd0c05
Merge pull request #2294 from nunocoracao/hugo-new-version
...
⚙️ Update Hugo supported version
2025-07-09 15:19:07 +01:00
nunocoracao
20ff46b82f
Update Hugo supported version
2025-07-09 06:07:15 +00:00
cEvolve05
37e6e621b5
🐛 fix(docs): correct links of hugo doc
2025-07-03 18:34:11 +08:00
dependabot[bot]
885d2ee040
📌 bump tailwindcss from 4.1.10 to 4.1.11
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss ) from 4.1.10 to 4.1.11.
- [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.11/packages/tailwindcss )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-version: 4.1.11
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-02 05:57:04 +00:00
dependabot[bot]
efb81ffdd5
📌 bump @tailwindcss/cli from 4.1.10 to 4.1.11
...
Bumps [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli ) from 4.1.10 to 4.1.11.
- [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.11/packages/@tailwindcss-cli )
---
updated-dependencies:
- dependency-name: "@tailwindcss/cli"
dependency-version: 4.1.11
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-02 05:56:57 +00:00
Served Smart
36261b13e7
💄 Use w-full on all homepage layouts
...
This fixes https://github.com/nunocoracao/blowfish/issues/2292 and avoids expanding in weird ways on larger screens.
It does make the section a larger on large screens. This however looks reasonable and should actually be an improvement.
For consistency I added w-full to layouts unaffected by https://github.com/nunocoracao/blowfish/issues/2292 too (page, card). Otherwise they look off.
page layout still has a bug where the fixed-width div expands the section too much on larger screens, but this behavior is the same as before. All layouts do not encounter https://github.com/nunocoracao/blowfish/issues/2292 .
2025-06-30 16:27:25 +02:00
Served Smart
9f9bb7dcd8
💄 Style: Fix overflow on some home layouts
...
Fixed width elements were overflowing previously on:
background, hero and profile.
This addresses https://github.com/nunocoracao/blowfish/issues/2292
Currently the section element expands more than it used to
on larger screens, I will try to fix this.
2025-06-30 00:04:28 +02:00
Menardi
35458a6029
Update Tailwind CLI docs for Tailwind v4
2025-06-29 13:20:16 +01:00
ZhenShuo Leo
fafe7686b1
fix: minimum version warning not working
2025-06-28 22:30:38 +08:00
Served Smart
a34947a630
♻️ Refactor: Move 2 inline event handlers out of line
...
If MDN explicitly warns user not to use them, we probably shouldn't.
MDN also states: "Note that inline event handlers are blocked as well[...]You should replace them with addEventListener calls[...]" regarding CSP.
2025-06-27 19:23:55 +02:00
Served Smart
7f8004e6af
🎨 Structure: Restructure vendor.html and add missing hugo fingerprints
...
This renames $youtubeLiteJS $youtubeLiteLib to match the naming of other files in assets/lib and moves the initialization of $youtubeLiteLib to the bottom, above the script element
This also adds 3 missing fingerprints, one to $packeryLib, one to $twelementsLib and one to $youtubeLiteCSS
2025-06-27 19:23:31 +02:00
Served Smart
ed7a36655b
🎨 Formatting: Actually use prettier-plugin-tailwindcss
...
I couldn't find any reason why this plugin is in package.json but not in .prettierrc. Also no issues/PRs etc.
Auto formatting with this hasn't been added or tested for accuracy yet (only for functionality), but I assume that if the plugin is in package.json, it should actually get used by prettier.
2025-06-27 19:22:41 +02:00
Served Smart
80486364cd
🐛 Fix: Reassignment of variable names
...
I'm not sure why this is such a big problem, but hugo doesn't seem to like this. It is also better to just use the intended way to reassign vars always.
Before, *feature* images if using background.html would always get overwritten, now that is fixed.
2025-06-27 19:21:59 +02:00
Served Smart
f82776c86b
🐛 Fix: Typos and images not in css if optimized
2025-06-27 19:21:58 +02:00
Served Smart
1736cafcf4
♻️ Refactor: Move inline styles containing background-image: out of line
...
This greatly reduces the number of inline styles in the project and enhances maintainability by avoiding a lot of duplicate code.
This also reduces the number of hashes required for a CSP since all previous background-image inline styles are now in main.css.
2025-06-27 19:21:58 +02:00
Served Smart
1e9458802a
♻️ Refactor: Use IIFE for background-blur and simplify code
...
This improves readability and removes an unnecessary function declaration by using IIFE.
This is inspired by https://github.com/nunocoracao/blowfish/pull/2262 . If both are merged, this would enhance consistency
2025-06-27 19:19:28 +02:00
ZhenShuo Leo
51b9cdfb13
fix: render-link.html adding space after each link ( #2287 )
2025-06-26 17:33:12 +08:00
Nuno C.
a9aae948eb
Merge pull request #2281 from nunocoracao/dependabot/npm_and_yarn/dev/puppeteer-24.10.2
...
📌 bump puppeteer from 24.10.1 to 24.10.2
2025-06-25 23:17:41 +01:00
dependabot[bot]
9c1653bcdd
📌 bump puppeteer from 24.10.1 to 24.10.2
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 24.10.1 to 24.10.2.
- [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.10.1...puppeteer-v24.10.2 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-version: 24.10.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-25 22:16:34 +00:00
Nuno C.
f009101198
Merge pull request #2280 from nunocoracao/dependabot/npm_and_yarn/dev/mermaid-11.7.0
...
📌 bump mermaid from 11.6.0 to 11.7.0
2025-06-25 23:15:44 +01:00
Nuno C.
3a17e8d602
Merge pull request #2279 from nunocoracao/dependabot/npm_and_yarn/dev/prettier-3.6.0
...
📌 bump prettier from 3.5.3 to 3.6.0
2025-06-25 23:15:34 +01:00
Nuno C.
a7d6778529
Merge pull request #2282 from nunocoracao/dependabot/npm_and_yarn/dev/prettier-plugin-tailwindcss-0.6.13
...
📌 bump prettier-plugin-tailwindcss from 0.6.12 to 0.6.13
2025-06-25 23:15:24 +01:00
Nuno C.
816127ef5c
Merge pull request #2276 from nunocoracao/hugo-new-version
...
⚙️ Update Hugo supported version
2025-06-25 23:14:59 +01:00
ZhenShuo Leo
262fda5deb
fix: right margin not blurred in firefox
2025-06-25 22:33:14 +08:00
dependabot[bot]
d6265341d1
📦 Update packaged Mermaid
2025-06-25 05:30:08 +00:00
dependabot[bot]
51c29274f9
📌 bump prettier-plugin-tailwindcss from 0.6.12 to 0.6.13
...
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss ) from 0.6.12 to 0.6.13.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.12...v0.6.13 )
---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
dependency-version: 0.6.13
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-25 05:30:07 +00:00
dependabot[bot]
435775c29f
📌 bump mermaid from 11.6.0 to 11.7.0
...
Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 11.6.0 to 11.7.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases )
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.6.0...mermaid@11.7.0 )
---
updated-dependencies:
- dependency-name: mermaid
dependency-version: 11.7.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-25 05:29:45 +00:00
dependabot[bot]
98f180e054
📌 bump prettier from 3.5.3 to 3.6.0
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.5.3...3.6.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.6.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-25 05:29:39 +00:00
nunocoracao
ee9aa4ce0c
Update Hugo supported version
2025-06-24 06:07:19 +00:00
ZhenShuo Leo
43857a5aa9
refactor(gallery): improve readibility
...
- remove unnecessary intermediate variable
- move the go process out of the div since they are not related
- use expressive variable names
- reorder declarations
2025-06-24 03:44:13 +08:00
Nuno Coração
412401ce32
Merge pull request #2236 from nunocoracao/dependabot/npm_and_yarn/dev/chart.js-4.5.0
...
📌 bump chart.js from 4.4.9 to 4.5.0
2025-06-23 12:28:40 +01:00
Nuno Coração
7da1a1fdd8
Merge pull request #2235 from nunocoracao/dependabot/npm_and_yarn/dev/tailwindcss-4.1.10
...
📌 bump tailwindcss from 4.1.8 to 4.1.10
2025-06-23 12:28:22 +01:00
Nuno Coração
bc2a1114da
Merge pull request #2234 from nunocoracao/dependabot/npm_and_yarn/dev/puppeteer-24.10.1
...
📌 bump puppeteer from 24.10.0 to 24.10.1
2025-06-23 12:28:10 +01:00
Nuno Coração
c0c83e4c59
Merge pull request #2233 from nunocoracao/dependabot/npm_and_yarn/dev/tailwindcss/cli-4.1.10
...
📌 bump @tailwindcss/cli from 4.1.8 to 4.1.10
2025-06-23 12:28:03 +01:00
Nuno Coração
8c42d127ff
fix: improve scripts and js
2025-06-20 23:24:40 +01:00
ZhenShuo Leo
d39a64afe1
refactor(repo-card): use iife and async loading
2025-06-20 22:15:27 +08:00
ZhenShuo Leo
91fe08d205
refactor(repo-card): reduce coupling and indention
2025-06-20 22:14:46 +08:00
ZhenShuo Leo
2886dea826
style(header): run prettier format
2025-06-19 19:44:08 +08:00
ZhenShuo Leo
6d941ee3d7
fix(header): incorrect end clause
2025-06-19 19:44:08 +08:00
ZhenShuo Leo
79171f488c
refactor(header): modularize basic.html
2025-06-19 19:44:08 +08:00
ZhenShuo Leo
b18cfbf0d7
chore: use official banner as social image
2025-06-19 19:44:00 +08:00
ZhenShuo Leo
62e5fc2564
style: format head.html
2025-06-19 19:42:57 +08:00
ZhenShuo Leo
fda569cb8b
fix: make head.html formattable
2025-06-19 19:42:57 +08:00
ZhenShuo Leo
e9edfa8f1c
feat: support all types of sources for defaultSocialImage
2025-06-19 19:42:56 +08:00
Weaxs
49e463b726
add prettier-ignore annotation
2025-06-19 17:17:34 +08:00
Weaxs
495562826c
umami bugfix
2025-06-19 15:50:24 +08:00
Ana Paula Gomes
2051b65df1
Update pt-PT.yaml
2025-06-18 22:03:30 +02:00