From 211f9fdd3c14fb21c97501d90611f75962eae879 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 25 May 2022 00:58:54 +0200 Subject: Amend documentation --- exampleSite/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3ea1e1c..7c068ab 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -2,6 +2,12 @@ baseURL = 'https://example.com/' languageCode = 'en-us' defaultContentLanguage = 'en' +# Keep title short to prevent overflow. +# There’s no official guidance on this, but 40 characters for +# mobile and 60 for desktop is roughly the sweet spot. +# +# NB: Final title of shareable pages will be this plus the +# title of the page. Eg. "Contacts - Ed." title = 'Ed.' theme = ['github.com/sergeyklay/gohugo-theme-ed'] resourceDir = '../resources' -- cgit v1.2.3