aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-13 21:47:21 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-13 21:47:21 -0300
commitd26358457078e4e53f6bd4356bfb9c7ffb1dd482 (patch)
tree5a5e2e743f44313ff2b7eb4ae3c81c2778061f3c /README.md
parentc24a45541093c07b285fac555e351d8413880fc0 (diff)
downloadhugo-bearcub-d26358457078e4e53f6bd4356bfb9c7ffb1dd482.tar.gz
hugo-bearcub-d26358457078e4e53f6bd4356bfb9c7ffb1dd482.tar.bz2
Update toml on README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index ceb25df..4971ba8 100644
--- a/README.md
+++ b/README.md
@@ -141,16 +141,16 @@ enableRobotsTXT = true
# see https://gohugo.io/content-management/multilingual/
[languages]
[languages.en]
- title = "Example Site"
- languageName = "English 🇺🇸"
+ title = "Bear Cub"
+ languageName = "en-US 🇺🇸"
LanguageCode = "en-US"
contentDir = "content"
[languages.en.params]
blogPath = "/blog" # Path to your blog section (used by RSS)
madeWith = "Made with [Bear Cub](https://github.com/clente/hugo-bearcub)"
[languages.pt]
- title = "Site Exemplo"
- languageName = "Português 🇧🇷"
+ title = "Bear Cub"
+ languageName = "pt-BR 🇧🇷"
LanguageCode = "pt-BR"
contentDir = "content.pt"
[languages.pt.params]
@@ -168,11 +168,11 @@ enableRobotsTXT = true
# to your site. For more information about previews, see
# https://gohugo.io/templates/internal#twitter-cards and
# 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
# structured data template
- title = "Example Site"
+ title = "Bear Cub"
# Dates are displayed following the format below. For more information about
# formatting, see https://gohugo.io/functions/format/