diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-02 02:36:22 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-02 02:36:22 +0200 |
| commit | 78715c75ea29590e916872fe0a2bd2ce77f28e85 (patch) | |
| tree | ce0d65671fabe94d849af40d1b0dfe0eb52aaa5a /exampleSite | |
| parent | 0058daddb6e89856ac30d41675c36980f5290a46 (diff) | |
| download | gohugo-theme-ed-78715c75ea29590e916872fe0a2bd2ce77f28e85.tar.gz | |
Rework icons
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9b1e783..e2f57b1 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -25,6 +25,13 @@ defaultContentLanguage = "en" # Used in site header tagline = "a Hugo theme for minimal editions" + [params.assets] + # Relative paths to icons + favicon = "" # favicon.ico for legacy browsers + svgicon = "" # A single SVG icon with a light/dark version for modern browsers + apple_touch_icon = "" # 180×180 PNG image for Apple devices + webmanifest = "" # Web app manifest with 192×192 and 512×512 PNG icons for modern browsers + [social] # Facebook Page Admin ID for Domain Insights facebook_admin = "" |
