Skip to content

Commit 079aa79

Browse files
committed
fix(hugo): explicitly define language configuration
1 parent 1af2c17 commit 079aa79

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

config/_default/config.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
baseURL = "https://peterjuse.github.io"
22
relativeURLs = false
3-
languageCode = "es-ve"
3+
defaultContentLanguage = "es"
44
theme = "poison"
55
pagination.pagerSize = 5
66
pluralizelisttitles = false # removes the automatically appended "s" on sidebar entries
77

8+
[languages]
9+
[languages.es]
10+
languageName = "Español"
11+
languageCode = "es-ve"
12+
contentDir = "content"
13+
weight = 1
14+
815
# NOTE: If using Disqus as commenting engine, uncomment and configure this line
916
# disqusShortname = "yourDisqusShortname"
1017

0 commit comments

Comments
 (0)