You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: themes/maupassant-hexo/_config.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
fancybox: true ## If you want to use fancybox please set the value to true.
2
2
disqus: ## Your disqus_shortname, e.g. username
3
3
gitment:
4
-
enable: false## If you want to use Gitment comment system please set the value to true.
5
-
owner: ## Your GitHub ID, e.g. username
6
-
repo: ## The repository to store your comments, make sure you're the repo's owner, e.g. imsun.github.io
7
-
client_id: ## GitHub client ID, e.g. 75752dafe7907a897619
8
-
client_secret: ## GitHub client secret, e.g. ec2fb9054972c891289640354993b662f4cccc50
4
+
enable: true## If you want to use Gitment comment system please set the value to true.
5
+
owner: SysTick ## Your GitHub ID, e.g. username
6
+
repo: systick.github.io ## The repository to store your comments, make sure you're the repo's owner, e.g. imsun.github.io
7
+
client_id: 384d6e21709d72f05847 ## GitHub client ID, e.g. 75752dafe7907a897619
8
+
client_secret: dad6de584c53ce7e4763cc4a4b14915463a488a7 ## GitHub client secret, e.g. ec2fb9054972c891289640354993b662f4cccc50
9
9
uyan: ## Your uyan_id. e.g. 1234567
10
10
livere: ## Your livere data-uid, e.g. MTAyMC8zMDAxOC78NTgz
11
11
changyan: ## Your changyan appid, e.g. cyrALsXc8
@@ -31,7 +31,7 @@ baidu_analytics: ## Your Baidu Analytics tracking id, e.g. 8006843039519956000
31
31
show_category_count: false ## If you want to show the count of categories in the sidebar widget please set the value to true.
32
32
toc_number: true ## If you want to add list number to toc please set the value to true.
33
33
shareto: false ## If you want to use the share button please set the value to true, you must have hexo-helper-qrcode installed.
34
-
busuanzi: false## If you want to use Busuanzi page views please set the value to true.
34
+
busuanzi: true## If you want to use Busuanzi page views please set the value to true.
35
35
widgets_on_small_screens: false ## Set to true to enable widgets on small screens.
36
36
canvas_nest:
37
37
enable: false ## If you want to use dynamic background please set the value to true, you can also fill the following parameters to customize the dynamic effect, or just leave them blank to keep the default effect.
0 commit comments