Skip to content

Commit

Permalink
Revert "Revert "🐞 fix issues 352""
Browse files Browse the repository at this point in the history
This reverts commit fa0d46c.
  • Loading branch information
vicevolf committed Jul 18, 2021
1 parent fa0d46c commit 79777a9
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion exampleSite/config.toml
Expand Up @@ -3,6 +3,7 @@
baseURL = 'https://example.com/'
title = 'Hugo Book'
theme = 'hugo-book'
# defaultContentLanguage = "en"

# Book configuration
disablePathToLower = true
Expand All @@ -23,7 +24,7 @@ enableGitInfo = true
[languages]
[languages.en]
languageName = 'English'
contentDir = 'content'
contentDir = 'content.en'
weight = 1

[languages.ru]
Expand Down
3 changes: 2 additions & 1 deletion exampleSite/config.yaml
Expand Up @@ -3,6 +3,7 @@
baseURL: https://example.com/
title: Hugo Book
theme: hugo-book
# defaultContentLanguage: en

# Book configuration
disablePathToLower: true
Expand All @@ -23,7 +24,7 @@ markup:
languages:
en:
languageName: English
contentDir: content
contentDir: content.en
weight: 1
ru:
languageName: Russian
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 79777a9

Please sign in to comment.