diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6d4e4730..a8e1cf1c 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: 100 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 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 -}} +
@@ -64,4 +65,5 @@ .catch(error => console.error(error)) +
{{- end -}}