diff options
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 8 | ||||
-rw-r--r-- | exampleSite/static/favicon.ico | bin | 15406 -> 0 bytes | |||
-rw-r--r-- | exampleSite/static/images/favicon.png | bin | 1312 -> 126 bytes | |||
-rw-r--r-- | exampleSite/static/images/share.png | bin | 25877 -> 0 bytes | |||
-rw-r--r-- | exampleSite/static/images/share.webp | bin | 0 -> 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 Binary files differdeleted file mode 100644 index 5f67af6..0000000 --- a/exampleSite/static/favicon.ico +++ /dev/null diff --git a/exampleSite/static/images/favicon.png b/exampleSite/static/images/favicon.png Binary files differindex a3ef781..c3ab3b9 100644 --- a/exampleSite/static/images/favicon.png +++ b/exampleSite/static/images/favicon.png diff --git a/exampleSite/static/images/share.png b/exampleSite/static/images/share.png Binary files differdeleted file mode 100644 index a08d93e..0000000 --- a/exampleSite/static/images/share.png +++ /dev/null diff --git a/exampleSite/static/images/share.webp b/exampleSite/static/images/share.webp Binary files differnew file mode 100644 index 0000000..e190239 --- /dev/null +++ b/exampleSite/static/images/share.webp |