parent
5a9a415721
commit
fa0d46ccf5
29 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,6 @@
|
||||||
baseURL = 'https://example.com/'
|
baseURL = 'https://example.com/'
|
||||||
title = 'Hugo Book'
|
title = 'Hugo Book'
|
||||||
theme = 'hugo-book'
|
theme = 'hugo-book'
|
||||||
# defaultContentLanguage = "en"
|
|
||||||
|
|
||||||
# Book configuration
|
# Book configuration
|
||||||
disablePathToLower = true
|
disablePathToLower = true
|
||||||
|
@ -24,7 +23,7 @@ enableGitInfo = true
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
languageName = 'English'
|
languageName = 'English'
|
||||||
contentDir = 'content.en'
|
contentDir = 'content'
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[languages.ru]
|
[languages.ru]
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
baseURL: https://example.com/
|
baseURL: https://example.com/
|
||||||
title: Hugo Book
|
title: Hugo Book
|
||||||
theme: hugo-book
|
theme: hugo-book
|
||||||
# defaultContentLanguage: en
|
|
||||||
|
|
||||||
# Book configuration
|
# Book configuration
|
||||||
disablePathToLower: true
|
disablePathToLower: true
|
||||||
|
@ -24,7 +23,7 @@ markup:
|
||||||
languages:
|
languages:
|
||||||
en:
|
en:
|
||||||
languageName: English
|
languageName: English
|
||||||
contentDir: content.en
|
contentDir: content
|
||||||
weight: 1
|
weight: 1
|
||||||
ru:
|
ru:
|
||||||
languageName: Russian
|
languageName: Russian
|
||||||
|
|
Loading…
Reference in a new issue