diff --git a/exampleSite/config/_default/hugo.toml b/exampleSite/config/_default/hugo.toml index a02c2f9e..013fc0c7 100644 --- a/exampleSite/config/_default/hugo.toml +++ b/exampleSite/config/_default/hugo.toml @@ -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]