Revert "🐞 fix issues 352"

This reverts commit 58f8935d1e.
This commit is contained in:
逊狼 2021-07-18 23:09:08 +08:00
parent 5a9a415721
commit fa0d46ccf5
29 changed files with 2 additions and 4 deletions

View File

@ -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]

View File

@ -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