mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-21 19:09:29 +00:00
parent
5a9a415721
commit
fa0d46ccf5
@ -3,7 +3,6 @@
|
||||
baseURL = 'https://example.com/'
|
||||
title = 'Hugo Book'
|
||||
theme = 'hugo-book'
|
||||
# defaultContentLanguage = "en"
|
||||
|
||||
# Book configuration
|
||||
disablePathToLower = true
|
||||
@ -24,7 +23,7 @@ enableGitInfo = true
|
||||
[languages]
|
||||
[languages.en]
|
||||
languageName = 'English'
|
||||
contentDir = 'content.en'
|
||||
contentDir = 'content'
|
||||
weight = 1
|
||||
|
||||
[languages.ru]
|
||||
|
@ -3,7 +3,6 @@
|
||||
baseURL: https://example.com/
|
||||
title: Hugo Book
|
||||
theme: hugo-book
|
||||
# defaultContentLanguage: en
|
||||
|
||||
# Book configuration
|
||||
disablePathToLower: true
|
||||
@ -24,7 +23,7 @@ markup:
|
||||
languages:
|
||||
en:
|
||||
languageName: English
|
||||
contentDir: content.en
|
||||
contentDir: content
|
||||
weight: 1
|
||||
ru:
|
||||
languageName: Russian
|
||||
|
Loading…
Reference in New Issue
Block a user