Minor improvement to _config.yml docs
This commit is contained in:
parent
98581eb4ce
commit
3f940f1f5b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue