From e6927136a44c52d1afd87eb043f53df6a1578e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Thu, 1 May 2025 17:38:49 +0100 Subject: [PATCH 1/4] udpated stale.yaml --- .github/workflows/stale.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6d4e4730..9ec12e1a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -26,3 +26,7 @@ jobs: stale-pr-message: 'This pull request will be closed since it has been stale for 60 days.' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity' + days-before-stale: 60 + days-before-close: 0 + remove-stale-when-updated: true + operations-per-run: 30 From 2d053f76c499b854ab65c37432c88351dea081ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Thu, 1 May 2025 17:41:14 +0100 Subject: [PATCH 2/4] udpated stale.yaml --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9ec12e1a..a8e1cf1c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,4 +29,4 @@ jobs: days-before-stale: 60 days-before-close: 0 remove-stale-when-updated: true - operations-per-run: 30 + operations-per-run: 100 From d4538c93ec16df095a7d8ae85de37bdbca81c68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Thu, 1 May 2025 17:53:48 +0100 Subject: [PATCH 3/4] removed likes from examples --- exampleSite/content/examples/_index.it.md | 4 ---- exampleSite/content/examples/_index.ja.md | 4 ---- exampleSite/content/examples/_index.md | 4 ---- exampleSite/content/examples/_index.zh-cn.md | 4 ---- 4 files changed, 16 deletions(-) diff --git a/exampleSite/content/examples/_index.it.md b/exampleSite/content/examples/_index.it.md index c53c625f..d05962a7 100755 --- a/exampleSite/content/examples/_index.it.md +++ b/exampleSite/content/examples/_index.it.md @@ -1,10 +1,6 @@ --- title: "Showcase" description: "See what's possible with Blowfish." - -showLikes: true -showViews: true - cascade: showEdit: false showReadingTime: false diff --git a/exampleSite/content/examples/_index.ja.md b/exampleSite/content/examples/_index.ja.md index b9396e79..de6c93fb 100755 --- a/exampleSite/content/examples/_index.ja.md +++ b/exampleSite/content/examples/_index.ja.md @@ -1,10 +1,6 @@ --- title: "ショーケース" description: "Blowfish で何が出来るか見てみる。" - -showLikes: true -showViews: true - cascade: showEdit: false showReadingTime: false diff --git a/exampleSite/content/examples/_index.md b/exampleSite/content/examples/_index.md index c53c625f..d05962a7 100755 --- a/exampleSite/content/examples/_index.md +++ b/exampleSite/content/examples/_index.md @@ -1,10 +1,6 @@ --- title: "Showcase" description: "See what's possible with Blowfish." - -showLikes: true -showViews: true - cascade: showEdit: false showReadingTime: false diff --git a/exampleSite/content/examples/_index.zh-cn.md b/exampleSite/content/examples/_index.zh-cn.md index c53c625f..d05962a7 100755 --- a/exampleSite/content/examples/_index.zh-cn.md +++ b/exampleSite/content/examples/_index.zh-cn.md @@ -1,10 +1,6 @@ --- title: "Showcase" description: "See what's possible with Blowfish." - -showLikes: true -showViews: true - cascade: showEdit: false showReadingTime: false From 70726286321783b9be655ebe9c4b98659660506d Mon Sep 17 00:00:00 2001 From: ZhenShuo Leo <98386542+ZhenShuo2021@users.noreply.github.com> Date: Fri, 2 May 2025 14:46:32 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=90=9B=20fix:=20hugo=20minify=20break?= =?UTF-8?q?s=20github=20card=20(#1434)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a div wrapper to avoid incorrect minification by hugo. Tested with sample https://codeberg.org/cthru/blowfish_test/src/branch/master/content/tests/1716983769844-github-card-test/index.md# --- layouts/shortcodes/github.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/shortcodes/github.html b/layouts/shortcodes/github.html index 56146975..484d7e90 100644 --- a/layouts/shortcodes/github.html +++ b/layouts/shortcodes/github.html @@ -4,6 +4,7 @@ {{- $githubColors := .Site.Data.githubColors -}} {{- with $githubData -}} +