Commit Graph

3339 Commits

Author SHA1 Message Date
Nuno C.
a679625472 Merge pull request #2331 from ZhenShuo2021/chore/error-msg
🔧 Chore: add warn message for GetRemote usage in shortcodes
2025-07-17 16:42:52 +01:00
Nuno C.
ec2df672d2 Merge pull request #2323 from Goudarz/fa-i18n
feat(i18n): Update Persian localization
2025-07-17 16:39:28 +01:00
Nuno C.
c4753defd4 Merge pull request #2297 from ZhenShuo2021/feat/article-shortcode
 Feat: add options for article shortcode
2025-07-17 16:38:29 +01:00
Nuno C.
24cb5791c2 Merge pull request #2252 from servedsmart/replace-custom-javascript-logic-with-anchor-tags
🚸 UX: Use anchor tags in article-meta/basic.html
2025-07-17 16:37:13 +01:00
Nuno C.
c8b9b8db3e Merge pull request #2328 from t1mssc/main
👤 Update users.json
2025-07-17 16:36:27 +01:00
Nuno C.
972ee7884f Merge pull request #2342 from nunocoracao/dependabot/npm_and_yarn/dev/puppeteer-24.13.0
📌 Bump puppeteer from 24.12.1 to 24.13.0
2025-07-17 16:35:30 +01:00
dependabot[bot]
e0bbd48c8a 📌 Bump puppeteer from 24.12.1 to 24.13.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.12.1 to 24.13.0.
- [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.12.1...puppeteer-v24.13.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-version: 24.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-17 15:25:58 +00:00
Nuno C.
3e4d7d2b56 Merge pull request #2344 from nunocoracao/dependabot/github_actions/dev/actions/first-interaction-2
👷 Bump actions/first-interaction from 1 to 2
2025-07-17 16:25:01 +01:00
Nuno C.
706ca73aa0 Merge pull request #2343 from nunocoracao/dependabot/npm_and_yarn/dev/mermaid-11.8.1
📌 Bump mermaid from 11.7.0 to 11.8.1
2025-07-17 16:24:17 +01:00
Nuno C.
fe195509ed Merge pull request #2341 from nunocoracao/dependabot/npm_and_yarn/dev/prettier-plugin-tailwindcss-0.6.14
📌 Bump prettier-plugin-tailwindcss from 0.6.13 to 0.6.14
2025-07-17 16:23:32 +01:00
Nuno C.
6588418754 Merge pull request #2329 from nunocoracao/hugo-new-version
⚙️ Update Hugo supported version
2025-07-17 16:23:13 +01:00
dependabot[bot]
d81c6d3f83 👷 Bump actions/first-interaction from 1 to 2
Bumps [actions/first-interaction](https://github.com/actions/first-interaction) from 1 to 2.
- [Release notes](https://github.com/actions/first-interaction/releases)
- [Commits](https://github.com/actions/first-interaction/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/first-interaction
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-16 05:32:16 +00:00
dependabot[bot]
12c224d4f8 📦 Update packaged Mermaid 2025-07-16 05:19:59 +00:00
dependabot[bot]
df4a407cab 📌 Bump mermaid from 11.7.0 to 11.8.1
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.7.0 to 11.8.1.
- [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.7.0...mermaid@11.8.1)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 11.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-16 05:19:37 +00:00
dependabot[bot]
ab9add3278 📌 Bump prettier-plugin-tailwindcss from 0.6.13 to 0.6.14
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.13 to 0.6.14.
- [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.13...v0.6.14)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-version: 0.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-16 05:19:13 +00:00
ZhenShuo Leo
237c90afa9 chore(github.html): move div into with syntax 2025-07-13 20:08:32 +08:00
ZhenShuo Leo
d8bdf7e316 chore: add warn message for GetRemote usage in shortcodes 2025-07-13 19:56:39 +08:00
ZhenShuo Leo
965c241f8c feat: add support for compactSummary option in article shortcode 2025-07-13 18:44:45 +08:00
ZhenShuo Leo
ad1ba9905d docs: document compactSummary option in article shortcode 2025-07-13 18:44:45 +08:00
ZhenShuo Leo
b4a7741b39 feat: add support for showSummary in article shortcode 2025-07-13 18:44:45 +08:00
ZhenShuo Leo
6bed0f2624 docs: document showSummary option in article shortcode 2025-07-13 18:44:45 +08:00
nunocoracao
c210a12589 Update Hugo supported version 2025-07-12 06:06:34 +00:00
t1mssc
e9141435c0 Update users.json 2025-07-12 12:04:11 +08:00
Goudarz Jafari
7fb7ab2eac fix(i18n): fix some issue 2025-07-11 19:20:39 +03:30
Served Smart
b73c64f4f5 🎨 Reformat article-meta/basic.html 2025-07-11 17:05:34 +02:00
Served Smart
5e8561d83b 🚸 UX: Use anchor tags in article-meta/basic.html
- This removes an inline event handler
- This also adds an aria-label

Using javascript instead of just using <a></a> is bad practice regarding accessibility and automated processing of web pages. Even the browser doesn't show a hint if hovering badges when using the old implementation. This in my opinion is a good way to replace inline event handlers in that code.
2025-07-11 17:03:35 +02:00
Goudarz Jafari
c545fc3344 fix(i18n): fix some issue 2025-07-11 14:14:00 +03:30
Goudarz Jafari
f12ae0b402 feat(i18n): Update Persian localization 2025-07-11 14:11:49 +03:30
Nuno Coração
2c71bda97f new version 2025-07-11 10:37:30 +01:00
Nuno C.
0d485fcbf3 Merge pull request #2311 from nunocoracao/dev
🔖 v2.88.1
v2.88.1
2025-07-11 10:36:17 +01:00
Nuno Coração
0e3cbbb150 udpated users 2025-07-11 10:35:49 +01:00
Nuno Coração
871b6087f3 new version 2025-07-11 10:28:04 +01:00
Nuno C.
8ed5b3de1f Merge pull request #2316 from yag0x1/patch-1
new user
2025-07-11 10:27:16 +01:00
Nuno C.
6f0b523e94 Merge pull request #2317 from ZhenShuo2021/hotfix/revert-2268
🐛 Hotfix: revert #2268
2025-07-11 10:25:43 +01:00
ZhenShuo Leo
9e5a7f9d29 Revert "♻️ Refactor: Move inline styles containing background-image: out of line"
This reverts commit 1736cafcf4.
2025-07-11 09:09:43 +08:00
ZhenShuo Leo
8d05df18dc Revert "🐛 Fix: Typos and images not in css if optimized"
This reverts commit f82776c86b.
2025-07-11 09:09:43 +08:00
ZhenShuo Leo
95b62176cf Revert "🐛 Fix: Reassignment of variable names"
This reverts commit 80486364cd.
2025-07-11 09:09:43 +08:00
Yunior
01467db3a8 new user 2025-07-10 20:44:46 -03:00
Nuno Coração
0999dc2319 new version 2025-07-10 12:23:13 +01:00
Nuno C.
f806c36ade Merge pull request #2230 from nunocoracao/dev
🔖 v2.88.0
v2.88.0
2025-07-10 12:22:38 +01:00
Nuno Coração
35eaa94c3a updated users 2025-07-10 12:22:07 +01:00
Nuno Coração
71f4eda1fd corrected forjego shortcode docs 2025-07-10 11:59:24 +01:00
Nuno C.
150d336ace Merge pull request #2289 from ZhenShuo2021/fix/render-link-EOF
🐛 Fix: render-link.html adding space after each link
2025-07-10 11:43:14 +01:00
Nuno C.
aab67b5dff Merge pull request #2286 from ZhenShuo2021/fix/module-config
🐛 Fix: minimum version warning not working
2025-07-10 11:42:43 +01:00
Nuno C.
503fe8fc5c Merge pull request #2285 from ZhenShuo2021/fix/firefox-bg-blur
🐛 Fix: right margin not blurred in firefox
2025-07-10 11:41:58 +01:00
Nuno C.
94dfe274f3 Merge pull request #2272 from servedsmart/fix-issue-2264
🐛 Fix: Leading space in i18n go template
2025-07-10 11:40:57 +01:00
Nuno C.
648ba17c83 Merge pull request #2258 from ZhenShuo2021/fix/mobile-toc-width
🐛 Fix: TOC is too narrow on mobile devices
2025-07-10 11:40:37 +01:00
Nuno C.
3253e366b3 Merge pull request #2260 from servedsmart/use-pure-version-medium-zoom
🔒 Use pure version of medium-zoom to avoid inline style and simplify CSP usage
2025-07-10 11:40:05 +01:00
Nuno C.
5ebb8a9a63 Merge pull request #2261 from servedsmart/fix-label
🩹 Fix: Incorrect usage of <label> for menu-button
2025-07-10 11:39:23 +01:00
Nuno C.
35634529df Merge pull request #2267 from servedsmart/add-prettier-plugin-tailwindcss
🎨 Formatting: Actually use prettier-plugin-tailwindcss
2025-07-10 11:38:34 +01:00