From f9a536f74c486181acf429d4adf03d3ed8efd236 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Mon, 13 Feb 2023 21:31:35 -0300 Subject: New images for demo --- exampleSite/config.toml | 8 ++++---- exampleSite/static/favicon.ico | Bin 15406 -> 0 bytes exampleSite/static/images/favicon.png | Bin 1312 -> 126 bytes exampleSite/static/images/share.png | Bin 25877 -> 0 bytes exampleSite/static/images/share.webp | Bin 0 -> 7490 bytes 5 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 exampleSite/static/favicon.ico delete mode 100644 exampleSite/static/images/share.png create mode 100644 exampleSite/static/images/share.webp (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3e7e3a7..7c00420 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -24,7 +24,7 @@ enableRobotsTXT = true # see https://gohugo.io/content-management/multilingual/ [languages] [languages.en] - title = "Example Site" + title = "Bear Cub" languageName = "en-US πŸ‡ΊπŸ‡Έ" LanguageCode = "en-US" contentDir = "content" @@ -32,7 +32,7 @@ enableRobotsTXT = true 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" + title = "Bear Cub" languageName = "pt-BR πŸ‡§πŸ‡·" LanguageCode = "pt-BR" contentDir = "content.pt" @@ -51,11 +51,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/ diff --git a/exampleSite/static/favicon.ico b/exampleSite/static/favicon.ico deleted file mode 100644 index 5f67af6..0000000 Binary files a/exampleSite/static/favicon.ico and /dev/null differ diff --git a/exampleSite/static/images/favicon.png b/exampleSite/static/images/favicon.png index a3ef781..c3ab3b9 100644 Binary files a/exampleSite/static/images/favicon.png and b/exampleSite/static/images/favicon.png differ diff --git a/exampleSite/static/images/share.png b/exampleSite/static/images/share.png deleted file mode 100644 index a08d93e..0000000 Binary files a/exampleSite/static/images/share.png and /dev/null differ diff --git a/exampleSite/static/images/share.webp b/exampleSite/static/images/share.webp new file mode 100644 index 0000000..e190239 Binary files /dev/null and b/exampleSite/static/images/share.webp differ -- cgit v1.2.3