Update toml on README

This commit is contained in:
C. Lente 2023-02-13 21:47:21 -03:00
parent c24a455410
commit d263584570
No known key found for this signature in database
GPG Key ID: B0B503C26E05781B

View File

@ -141,16 +141,16 @@ enableRobotsTXT = true
# see https://gohugo.io/content-management/multilingual/ # see https://gohugo.io/content-management/multilingual/
[languages] [languages]
[languages.en] [languages.en]
title = "Example Site" title = "Bear Cub"
languageName = "English 🇺🇸" languageName = "en-US 🇺🇸"
LanguageCode = "en-US" LanguageCode = "en-US"
contentDir = "content" contentDir = "content"
[languages.en.params] [languages.en.params]
blogPath = "/blog" # Path to your blog section (used by RSS) blogPath = "/blog" # Path to your blog section (used by RSS)
madeWith = "Made with [Bear Cub](https://github.com/clente/hugo-bearcub)" madeWith = "Made with [Bear Cub](https://github.com/clente/hugo-bearcub)"
[languages.pt] [languages.pt]
title = "Site Exemplo" title = "Bear Cub"
languageName = "Português 🇧🇷" languageName = "pt-BR 🇧🇷"
LanguageCode = "pt-BR" LanguageCode = "pt-BR"
contentDir = "content.pt" contentDir = "content.pt"
[languages.pt.params] [languages.pt.params]
@ -168,11 +168,11 @@ enableRobotsTXT = true
# to your site. For more information about previews, see # to your site. For more information about previews, see
# https://gohugo.io/templates/internal#twitter-cards and # https://gohugo.io/templates/internal#twitter-cards and
# https://gohugo.io/templates/internal#open-graph # https://gohugo.io/templates/internal#open-graph
images = ["/images/share.png"] images = ["/images/share.webp"]
# This title is used as the site_name on the Hugo's internal opengraph # This title is used as the site_name on the Hugo's internal opengraph
# structured data template # structured data template
title = "Example Site" title = "Bear Cub"
# Dates are displayed following the format below. For more information about # Dates are displayed following the format below. For more information about
# formatting, see https://gohugo.io/functions/format/ # formatting, see https://gohugo.io/functions/format/