From 3f940f1f5b782ff89653f363c2307d592e388a9d Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Sun, 24 Jun 2018 14:48:21 +0200 Subject: [PATCH] Minor improvement to _config.yml docs --- _config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 18f7e12..5fff070 100644 --- a/_config.yml +++ b/_config.yml @@ -32,13 +32,13 @@ url: https://tsjensen.github.io/fuse-core/ # The 'baseurl' is prepended to all website-internal links. # 'baseurl' will often be '', but for a project page on gh-pages, it needs to be the project name. -# If your local "jekyll serve" throws errors, change this to '' or run it like so: jekyll serve --baseurl='' +# If not empty, be careful to keep the leading slash, and don't add a slash at the end. #baseurl: '' baseurl: '/fuse-core' # Enable Google Analytics. Leave empty (just "ga:" with subitems commented out) to disable. # In order to comply with EU cookie law, enable 'cookieconsent' to show a little popup asking users to acknowledge the GA cookies. -# Also, some places require you to anonymize the users' IPs, which can be enabled via 'anonymizeip' below. When in doubt, enable. +# Also, some places require you to anonymize the users' IPs, which can be enabled via 'anonymizeip' below. You normally want that. # https://support.google.com/analytics/answer/2763052 #ga: ga: @@ -46,7 +46,9 @@ ga: cookieconsent: true anonymizeip: true -# A picture of you. Leave empty for generic placeholder image. + +# A picture of you, square(!), at least 180x180 pixels, more is better. Recommended file size < 100 KB. +# Leave empty for generic placeholder image. # You can use your GitHub image: avatar: "https://avatars3.githubusercontent.com/u/32414568" #avatar: "images/jonathan_doe.jpg"