We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af2c17 commit 079aa79Copy full SHA for 079aa79
1 file changed
config/_default/config.toml
@@ -1,10 +1,17 @@
1
baseURL = "https://peterjuse.github.io"
2
relativeURLs = false
3
-languageCode = "es-ve"
+defaultContentLanguage = "es"
4
theme = "poison"
5
pagination.pagerSize = 5
6
pluralizelisttitles = false # removes the automatically appended "s" on sidebar entries
7
8
+[languages]
9
+ [languages.es]
10
+ languageName = "Español"
11
+ languageCode = "es-ve"
12
+ contentDir = "content"
13
+ weight = 1
14
+
15
# NOTE: If using Disqus as commenting engine, uncomment and configure this line
16
# disqusShortname = "yourDisqusShortname"
17
0 commit comments