-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3029 from shurup/dev-ru
Merge `main` into `dev-ru` before launch
- Loading branch information
Showing
560 changed files
with
8,059 additions
and
1,311 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 |
---|---|---|
@@ -1,40 +1,59 @@ | ||
lang/ar: | ||
- content/ar/** | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/ar/**' | ||
|
||
lang/bn: | ||
- content/bn/** | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/bn/**' | ||
|
||
lang/de: | ||
- content/de/** | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/de/**' | ||
|
||
lang/en: | ||
- content/en/** | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/en/**' | ||
|
||
lang/es: | ||
- content/es/** | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/es/**' | ||
|
||
lang/fr: | ||
- content/fr/** | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/fr/**' | ||
|
||
lang/hi: | ||
- content/hi/** | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/hi/**' | ||
|
||
lang/it: | ||
- content/it/** | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/it/**' | ||
|
||
lang/ja: | ||
- content/ja/** | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/ja/**' | ||
|
||
lang/ko: | ||
- content/ko/** | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/ko/**' | ||
|
||
lang/pt: | ||
- content/pt-br/** | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/pt-br/**' | ||
|
||
lang/tw: | ||
- content/zh-tw/** | ||
lang/ru: | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/ru/**' | ||
|
||
lang/zh: | ||
- content/zh-cn/** | ||
lang/tw: | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/zh-tw/**' | ||
|
||
lang/ur: | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/ur/**' | ||
|
||
lang/zh: | ||
- changed-files: | ||
- any-glob-to-any-file: 'content/zh-cn/**' |
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
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ resources/ | |
node_modules/ | ||
.hugo_build.lock | ||
.DS_Store | ||
pagefind | ||
|
||
# Local Netlify folder | ||
.netlify |
Validating CODEOWNERS rules …
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,28 @@ | ||
serve: | ||
hugo server \ | ||
--disableFastRender \ | ||
--buildDrafts \ | ||
--buildFuture \ | ||
--ignoreCache | ||
--printI18nWarnings \ | ||
--printMemoryUsage \ | ||
--printPathWarnings \ | ||
--printUnusedTemplates \ | ||
--templateMetrics \ | ||
--templateMetricsHints \ | ||
--gc | ||
|
||
production-build: | ||
git submodule update --init --recursive | ||
hugo \ | ||
--minify | ||
npx -y pagefind --site public | ||
|
||
preview-build: | ||
git submodule update --init --recursive | ||
hugo \ | ||
--baseURL $(DEPLOY_PRIME_URL) \ | ||
--buildDrafts \ | ||
--buildFuture \ | ||
--minify | ||
npx -y pagefind --site public |
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.