Separation as Tool

This commit is contained in:
2026-07-11 13:43:52 +02:00
commit f542382e58
80 changed files with 5863 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"site": {
"name": "Meine Website",
"title": { "de": "Meine Website", "en": "My Website", "vi": "Trang web của tôi" },
"description": {
"de": "Eine mehrsprachige, statische Website.",
"en": "A multilingual, static website.",
"vi": "Một trang web tĩnh, đa ngôn ngữ."
}
},
"default_language": "de",
"languages": {
"de": { "name": "Deutsch", "og_locale": "de_DE", "href_lang": "de", "label": "Deutsch" },
"en": { "name": "English", "og_locale": "en_US", "href_lang": "en", "label": "English" },
"vi": { "name": "Tiếng Việt", "og_locale": "vi_VN", "href_lang": "vi", "label": "Tiếng Việt" }
},
"paths": {
"content": "content",
"templates": "templates",
"assets": "assets",
"output": "dist",
"legal": "legal",
"i18n": "i18n.json"
},
"glossary_section": "glossar",
"glossary": {
"href": { "de": "glossar.html", "en": "glossary.html", "vi": "b-ng-thu-t-ng.html" },
"label": { "de": "Glossar", "en": "Glossary", "vi": "Bảng thuật ngữ" }
},
"pagefind": true,
"translator": { "provider": "azure", "key_env": "WEBSTATIC_TRANSLATOR_KEY" },
"environments": {
"work": { "base_url": "http://localhost:8000", "cdn": "/assets" },
"review": { "base_url": "https://review.gitcover.org", "cdn": "https://gitcover.org/assets" },
"staging": { "base_url": "https://gcbok.gitcover.org", "cdn": "https://gitcover.org/assets" },
"deploy": { "base_url": "https://gcbok.org", "cdn": "https://gitcover.org/assets" }
}
}