1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Make configuration more flexible.

This commit is contained in:
Cotes Chung
2019-12-19 03:33:43 +08:00
parent 3422e2a66f
commit 1f8bfdf257
3 changed files with 10 additions and 5 deletions

View File

@@ -47,9 +47,11 @@ google_analytics:
# The Google Analytics pageviews switch.
# DO NOT enable it unless you know how to deploy the Google Analytics superProxy.
pv: false
# superProxy Url, only valid when `google_analytics.pv` is set to 'true'
# superProxy baseURL and URL, only valid when `google_analytics.pv` is set to 'true'
proxy_baseurl: ''
proxy_url: ''
disqus:
shortname: 'disqus' # Change to your Disqus shortname. https://help.disqus.com/en/articles/1717111-what-s-a-shortname
comments: true # boolean type, the global switch for posts comments.