mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
added commented config that hides languages
This commit is contained in:
parent
5e9bfbd9fe
commit
01a88441fd
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
theme = "blowfish"
|
||||
baseURL = "https://nunocoracao.github.io/blowfish"
|
||||
defaultContentLanguage = "en"
|
||||
#disableLanguages = ['it', 'fr'] #to allow translation work requiring shipping to production
|
||||
|
||||
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||
|
||||
|
@ -15,6 +16,7 @@ summaryLength = 30
|
|||
buildDrafts = false
|
||||
buildFuture = false
|
||||
|
||||
|
||||
googleAnalytics = "G-PEDMYR1V0K"
|
||||
|
||||
[imaging]
|
||||
|
|
Loading…
Reference in a new issue