From 01a88441fde48d2ee74906a8b6778e4a07f582d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Wed, 13 Mar 2024 21:54:20 +0000 Subject: [PATCH] added commented config that hides languages --- exampleSite/config/_default/hugo.toml | 2 ++ 1 file changed, 2 insertions(+) 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]