From cba0246af95a47fed581e2239bcd7cede978b826 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Thu, 9 Feb 2023 17:51:22 -0300 Subject: Move to double quotes --- exampleSite/config.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index fc2c0f9..08b9428 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,8 +6,8 @@ baseURL = "https://example.com" theme = "hugo-bearcub" # Basic metadata configuration for your blog. -author = "Caio Lente" -copyright = "Caio Lente (CC BY-SA 4.0)" +author = "John Doe" +copyright = "John Doe (CC BY-SA 4.0)" # highlighting without inline styles [markup] @@ -25,19 +25,21 @@ DefaultContentLanguage = "en" [languages.en] title = "Example Site" languageName = "English 🇺🇸" + LanguageCode = "en-US" contentDir = "content" weight = 1 [languages.en.params] # You can use markdown here if you want to link somewhere - madeWith = '[Feito de pedra](/posts/sites-de-pedra)' + madeWith = "[Feito de pedra](/posts/sites-de-pedra)" [languages.pt] title = "Site Exemplo" languageName = "Português 🇧🇷" + LanguageCode = "pt-BR" contentDir = "content.pt" weight = 2 [languages.pt.params] # You can use markdown here if you want to link somewhere - madeWith = '[Feito de pedra](/posts/sites-de-pedra)' + madeWith = "[Feito de pedra](/posts/sites-de-pedra)" [params] # The "description" of your website. This is used in the meta data of your generated html. @@ -66,4 +68,4 @@ DefaultContentLanguage = "en" hideUntranslated = false # Email - email = "c@lente.dev" + email = "me@example.com" -- cgit v1.2.3