diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-16 09:58:29 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-16 09:58:29 +0200 |
| commit | c4f3e92024850df123c81c5ea03e307faaff0470 (patch) | |
| tree | 785e11db5fdb71f4d1c207562bce0dda5148bf14 /exampleSite | |
| parent | 863df1c867d65883e4f3658593ef23e125058eb5 (diff) | |
| download | gohugo-theme-ed-c4f3e92024850df123c81c5ea03e307faaff0470.tar.gz | |
Setup site logo
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c8e2ec0..b0e5b62 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -83,6 +83,9 @@ disableKinds = ['RSS'] 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 + logo = '/img/open-graph-logo.png' # Logo image, relative to ./assets + logo_width = 200 # Logo image width + logo_height = 200 # Logo image height disable_fingerprinting = false |
