update: config file
This commit is contained in:
21
config.yaml
21
config.yaml
@@ -1,25 +1,22 @@
|
|||||||
baseurl: https://www.taurusxin.com
|
baseurl: https://www.taurusxin.com
|
||||||
languageCode: zh-cn
|
languageCode: zh-cn
|
||||||
theme: hugo-theme-stack
|
theme: hugo-theme-stack
|
||||||
pagination:
|
|
||||||
pagerSize: 10
|
|
||||||
title: TaurusXin 的独立博客
|
title: TaurusXin 的独立博客
|
||||||
|
|
||||||
# Change it to your Disqus shortname before using
|
|
||||||
disqusShortname: taurusxin
|
|
||||||
|
|
||||||
# GA Tracking ID
|
|
||||||
googleAnalytics:
|
|
||||||
|
|
||||||
# Theme i18n support
|
# Theme i18n support
|
||||||
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk
|
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk
|
||||||
DefaultContentLanguage: zh-cn
|
DefaultContentLanguage: zh-cn
|
||||||
|
|
||||||
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
|
services:
|
||||||
# This will make .Summary and .WordCount behave correctly for CJK languages.
|
# Change it to your Disqus shortname before using
|
||||||
hasCJKLanguage: false
|
disqus:
|
||||||
|
shortname: "taurusxin"
|
||||||
|
# GA Tracking ID
|
||||||
|
googleAnalytics:
|
||||||
|
id: "G-KN4M42XST7"
|
||||||
|
|
||||||
enableRobotsTXT: true
|
pagination:
|
||||||
|
pagerSize: 10
|
||||||
|
|
||||||
permalinks:
|
permalinks:
|
||||||
post: /:slug/
|
post: /:slug/
|
||||||
|
|||||||
@@ -25,16 +25,6 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- Google tag (gtag.js) -->
|
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KN4M42XST7"></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
|
|
||||||
gtag('config', 'G-KN4M42XST7');
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<!-- Baidu Analytics -->
|
<!-- Baidu Analytics -->
|
||||||
<script>
|
<script>
|
||||||
var _hmt = _hmt || [];
|
var _hmt = _hmt || [];
|
||||||
|
|||||||
Reference in New Issue
Block a user