From 4af1ed18a347381c55dc1307351252f059012cc0 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Mon, 10 Nov 2025 16:34:46 +0800 Subject: [PATCH] update: config file --- config.yaml | 21 +++++++++------------ layouts/partials/head/custom.html | 10 ---------- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/config.yaml b/config.yaml index e323a79..cda5c1b 100644 --- a/config.yaml +++ b/config.yaml @@ -1,25 +1,22 @@ baseurl: https://www.taurusxin.com languageCode: zh-cn theme: hugo-theme-stack -pagination: - pagerSize: 10 title: TaurusXin 的独立博客 -# Change it to your Disqus shortname before using -disqusShortname: taurusxin - -# GA Tracking ID -googleAnalytics: - # Theme i18n support # Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk DefaultContentLanguage: zh-cn -# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko] -# This will make .Summary and .WordCount behave correctly for CJK languages. -hasCJKLanguage: false +services: + # Change it to your Disqus shortname before using + disqus: + shortname: "taurusxin" + # GA Tracking ID + googleAnalytics: + id: "G-KN4M42XST7" -enableRobotsTXT: true +pagination: + pagerSize: 10 permalinks: post: /:slug/ diff --git a/layouts/partials/head/custom.html b/layouts/partials/head/custom.html index 83a4497..8e075c7 100644 --- a/layouts/partials/head/custom.html +++ b/layouts/partials/head/custom.html @@ -25,16 +25,6 @@ } - - - -