diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index e834ac9..6849bc2 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -3,7 +3,7 @@ # https://blowfish.page/docs/getting-started/ baseURL = "https://d-b.ca/" -languageCode = "en" +locale = "en" defaultContentLanguage = "en" # pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index fec97c5..43b2291 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -1,6 +1,6 @@ disabled = false -languageCode = "en" -languageName = "English" +locale = "en" +label = "English" weight = 1 title = "Drew Bowering"