mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 19:24:39 -04:00
Miscellaneous updates
This commit is contained in:
parent
8049e77019
commit
3d1cd33836
@ -16,17 +16,21 @@ action:
|
|||||||
Site configuration:
|
Site configuration:
|
||||||
|
|
||||||
{{< code-toggle file=hugo >}}
|
{{< code-toggle file=hugo >}}
|
||||||
|
defaultContentLanguage = 'de'
|
||||||
|
defaultContentLanguageInSubdir = true
|
||||||
[languages]
|
[languages]
|
||||||
|
[languages.de]
|
||||||
|
baseURL = 'https://de.example.org/'
|
||||||
|
languageCode = 'de-DE'
|
||||||
|
languageName = 'Deutsch'
|
||||||
|
title = 'Projekt Dokumentation'
|
||||||
|
weight = 1
|
||||||
[languages.en]
|
[languages.en]
|
||||||
baseURL = 'https://en.example.org/'
|
baseURL = 'https://en.example.org/'
|
||||||
|
languageCode = 'en-US'
|
||||||
languageName = 'English'
|
languageName = 'English'
|
||||||
title = 'In English'
|
title = 'Project Documentation'
|
||||||
weight = 2
|
weight = 2
|
||||||
[languages.fr]
|
|
||||||
baseURL = 'https://fr.example.org'
|
|
||||||
languageName = 'Français'
|
|
||||||
title = 'En Français'
|
|
||||||
weight = 1
|
|
||||||
{{< /code-toggle >}}
|
{{< /code-toggle >}}
|
||||||
|
|
||||||
Template:
|
Template:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user