[ENHANCE] add google analytics for website
This commit is contained in:
parent
6d05b52e9d
commit
be00108704
|
|
@ -62,14 +62,17 @@ theme:
|
||||||
plugins:
|
plugins:
|
||||||
- search:
|
- search:
|
||||||
lang: ja
|
lang: ja
|
||||||
# - git-revision-date-localized
|
- git-revision-date-localized
|
||||||
# - minify:
|
- minify:
|
||||||
# minify_html: true
|
minify_html: true
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/brands/github
|
- icon: fontawesome/brands/github
|
||||||
link: https://github.com/pkuflyingpig/cs-self-learning/
|
link: https://github.com/pkuflyingpig/cs-self-learning/
|
||||||
|
analytics:
|
||||||
|
provider: google
|
||||||
|
property: G-KJB4RXSKZG
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- 前言: "index.md"
|
- 前言: "index.md"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue