-
-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
262 additions
and
407 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: "Close stale issues and PRs" | ||
on: | ||
schedule: | ||
- cron: "30 1 * * *" | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/stale@v5 | ||
with: | ||
days-before-stale: 30 | ||
days-before-close: 14 | ||
stale-issue-label: "stale" | ||
stale-pr-label: "stale" | ||
stale-issue-message: > | ||
This issue has been automatically marked as stale because it has not had any recent activity. | ||
If you are still experiencing this issue, please review the issue history and add a reply with any requested and/or additional information in order to keep the issue open. | ||
This issue will automactically close in 14 days if no further activity occurs. | ||
stale-pr-message: > | ||
This pull request has been automatically marked as stale because it has not had any recent activity. | ||
Please review the PR history and add a reply with any requested information. If no information has been requested, it may be that this contribution does not fit with the project objectives, or does not adhere to the [contributing guidelines](https://github.com/jpanther/congo/blob/dev/CONTRIBUTING.md). If this is in error, please add a reply with further details. | ||
This PR will automactically close in 14 days if no further activity occurs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
window.addEventListener("DOMContentLoaded", (event) => { | ||
document.querySelectorAll("pre, .highlight-wrapper").forEach((tag) => (tag.dir = "auto")); | ||
}); |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
article: | ||
anchor_label: "Ankkuri" | ||
date: "{{ .Date }}" | ||
date_updated: "Päivitetty: {{ .Date }}" | ||
draft: "Luonnos" | ||
edit_title: "Muokkaa sisältöä" | ||
reading_time: | ||
one: "{{ .Count }} minuutti" | ||
other: "{{ .Count }} minuuttia" | ||
reading_time_title: "Lukuaika" | ||
table_of_contents: "Sisällysluettelo" | ||
word_count: | ||
one: "{{ .Count }} sana" | ||
other: "{{ .Count }} sanaa" | ||
|
||
author: | ||
byline_title: "Kirjoittaja" | ||
|
||
code: | ||
copy: "Kopioi" | ||
copied: "Kopioitu" | ||
|
||
error: | ||
404_title: "Sivua ei löydy :confused:" | ||
404_error: "Virhe 404" | ||
404_description: "Valitettavasti pyytämääsi sivua ei ole olemassa." | ||
|
||
footer: | ||
dark_appearance: "Vaihda tummaan teemaan" | ||
light_appearance: "Vaihda valoisaan teemaan" | ||
powered_by: "Voimanlähteenä {{ .Hugo }} & {{ .Congo }}" | ||
|
||
list: | ||
externalurl_title: "Linkki ulkoiselle sivustolle" | ||
no_articles: "Täällä ei vielä ole listattavia artikkeleita, vielä." | ||
|
||
nav: | ||
scroll_to_top_title: "Takaisin ylös" | ||
skip_to_main: "Siirry pääsisältöön" | ||
|
||
search: | ||
open_button_title: "Hae (/)" | ||
close_button_title: "Sulje (Esc)" | ||
input_placeholder: "Haku" | ||
|
||
sharing: | ||
email: "Lähetä sähköpostilla" | ||
facebook: "Jaa Facebookissa" | ||
linkedin: "Jaa LinkedInissä" | ||
pinterest: "Kiinnitä Pinterestiin" | ||
reddit: "Lähetä Reddittiin" | ||
twitter: "Twiittaa Twitterissä" | ||
|
||
shortcode: | ||
recent_articles: "Viimeaikaiset" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.