From c4f3e92024850df123c81c5ea03e307faaff0470 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 16 May 2022 09:58:29 +0200 Subject: Setup site logo --- exampleSite/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'exampleSite') 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 -- cgit v1.2.3