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