aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-13 21:31:35 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-13 21:31:35 -0300
commitf9a536f74c486181acf429d4adf03d3ed8efd236 (patch)
tree4fe769d576ffe00b46fc9674154a8374936ed83f /exampleSite
parent356f6f192e1f49171a8168094b06a62505bd4e1c (diff)
downloadhugo-bearcub-f9a536f74c486181acf429d4adf03d3ed8efd236.tar.gz
hugo-bearcub-f9a536f74c486181acf429d4adf03d3ed8efd236.tar.bz2
New images for demo
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml8
-rw-r--r--exampleSite/static/favicon.icobin15406 -> 0 bytes
-rw-r--r--exampleSite/static/images/favicon.pngbin1312 -> 126 bytes
-rw-r--r--exampleSite/static/images/share.pngbin25877 -> 0 bytes
-rw-r--r--exampleSite/static/images/share.webpbin0 -> 7490 bytes
5 files changed, 4 insertions, 4 deletions
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
--- a/exampleSite/static/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/exampleSite/static/images/favicon.png b/exampleSite/static/images/favicon.png
index a3ef781..c3ab3b9 100644
--- a/exampleSite/static/images/favicon.png
+++ b/exampleSite/static/images/favicon.png
Binary files differ
diff --git a/exampleSite/static/images/share.png b/exampleSite/static/images/share.png
deleted file mode 100644
index a08d93e..0000000
--- a/exampleSite/static/images/share.png
+++ /dev/null
Binary files differ
diff --git a/exampleSite/static/images/share.webp b/exampleSite/static/images/share.webp
new file mode 100644
index 0000000..e190239
--- /dev/null
+++ b/exampleSite/static/images/share.webp
Binary files differ