4022 Commits

Author SHA1 Message Date
Dahi
1ac78d12a3 Update index.zh-cn.md 2025-07-20 23:23:06 +08:00
Mordecai K
a36511aab9 🔧 update(docs): reference new icons 2025-07-19 00:35:19 +03:00
Mordecai K
b3866a53e9 add matrix icon 2025-07-18 23:48:01 +03:00
Mordecai K
13025d599e add keyoxide icon 2025-07-18 23:47:44 +03:00
Mordecai K
6b7b365b1c add fediverse icon 2025-07-18 23:47:11 +03:00
Mordecai K
9487bb0a82 add signal icon 2025-07-18 23:46:46 +03:00
Conny Söderholm
b3ee5b2dd4 Add Swedish translation 2025-07-18 12:37:28 +03:00
Served Smart
5b84d57817 🚑 Hotfix: Fix incorrect href in article shortcode
See: https://github.com/nunocoracao/blowfish/pull/2297#issuecomment-3085165961
2025-07-17 21:51:07 +02:00
ZhenShuo Leo
5009fffcf4 fix(repo-card): manually revert to the version in 2.87.0
The md5 method has severe performance degradation
It is approximately 2x slower without cache and 5x slower with cache

Reverted due to lack of a better option
2025-07-18 00:46:14 +08:00
ZhenShuo Leo
2ff6b0e8bd fix: repo card language color is missed 2025-07-18 00:44:28 +08:00
ZhenShuo2021
bf1155e908 Merge branch 'dev' into chore/remove-tailwind-plugin 2025-07-18 00:24:19 +08:00
Nuno C.
48124c0ec3 Merge pull request #2349 from ZhenShuo2021/chore/try-repo-card
🔧 Chore: prevent build failure when repo card GetRemote fails
2025-07-17 16:44:24 +01:00
Nuno C.
ab9f0b6af8 Merge branch 'dev' into chore/try-repo-card 2025-07-17 16:44:15 +01:00
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
ZhenShuo Leo
ecf6d1d53f chore(repo-card): add try statement at GetRemote 2025-07-17 23:09:00 +08:00
ZhenShuo Leo
c4e658057e refactor: polish base templates
- use intermediate variable for complex condition
- replace .Site with global function site
2025-07-17 22:16:30 +08:00
ZhenShuo Leo
8930731ccc refactor(single.html): modularize author and fix the multilingual link when author is at bottom 2025-07-17 22:16:06 +08:00
ZhenShuo Leo
bda68f96a8 style(baseof.html): manually format 2025-07-17 22:13:43 +08:00
ZhenShuo Leo
c362f4a488 style(list.html): add proper code comments 2025-07-17 22:13:43 +08:00
ZhenShuo Leo
c8265de813 refactor(list.html): use intermediate variable for complex condition 2025-07-17 22:13:37 +08:00
ZhenShuo Leo
80927fb37a style(list.html): prettier format 2025-07-17 22:13:13 +08:00
ZhenShuo Leo
b0c3ac1321 refactor(list.html): make list.html formattable 2025-07-17 22:13:08 +08:00
ZhenShuo Leo
9bf09a8a3f refactor(list.html): correct indention 2025-07-17 22:12:54 +08:00
ZhenShuo Leo
7475312c13 docs: add missing gist example 2025-07-17 01:55:53 +08:00
OnqiauJliu
8378089dfb Support base64 image format 2025-07-16 14:50:28 +08: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
26999653ce chore: remove prettier-plugin-tailwind
Its behavior is weird on dark mode and some hover usage
2025-07-16 12:06:41 +08:00
ZhenShuo Leo
86e88935c7 fix: support external image for author image on windows 2025-07-15 13:41:50 +08:00
ZhenShuo Leo
8913a1c641 fix: series is too wide 2025-07-13 23:44:51 +08:00
ZhenShuo Leo
03c3f18b72 style: prevent anchor being selected 2025-07-13 23:00:30 +08:00
ZhenShuo Leo
1461ee534d refactor: consolidate background properties in CSS 2025-07-13 22:07:36 +08:00
ZhenShuo Leo
cb2609a65d refactor: modularize chroma css 2025-07-13 22:04:51 +08:00
ZhenShuo Leo
23e0416f51 refactor: modularize carousel and gallery css 2025-07-13 21:52:54 +08:00
ZhenShuo Leo
367be5c6d4 fix: use @variant for tailwind 4.0 2025-07-13 21:31:59 +08: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