Make use of the theme's supported i18n features
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
baseURL = "https://danilafe.com"
|
baseURL = "https://danilafe.com"
|
||||||
languageCode = "en-us"
|
|
||||||
title = "Daniel's Blog"
|
|
||||||
theme = "vanilla"
|
theme = "vanilla"
|
||||||
pygmentsCodeFences = true
|
pygmentsCodeFences = true
|
||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
summaryLength = 20
|
summaryLength = 20
|
||||||
|
defaultContentLanguage = 'en'
|
||||||
|
|
||||||
[outputFormats]
|
[outputFormats]
|
||||||
[outputFormats.Toml]
|
[outputFormats.Toml]
|
||||||
@@ -20,3 +19,7 @@ summaryLength = 20
|
|||||||
endLevel = 4
|
endLevel = 4
|
||||||
ordered = false
|
ordered = false
|
||||||
startLevel = 3
|
startLevel = 3
|
||||||
|
|
||||||
|
[languages]
|
||||||
|
[languages.en]
|
||||||
|
title = "Daniel's Blog"
|
||||||
|
|||||||
Submodule themes/vanilla updated: f56465c5ec...98ee4bd8f3
Reference in New Issue
Block a user