diff --git a/hugo.toml b/hugo.toml index 602f4f4..dcce449 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,4 +2,7 @@ baseURL = "http://localhost/" languageCode = "cs-cz" title = "Oscloud News" theme = "PaperMod" +[params] + label.icon = "logo.png" + label.text = "Oscloud News" diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..827328a Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..82f3be6 Binary files /dev/null and b/static/logo.png differ