Skip to content

Commit 1ff6ef3

Browse files
committed
fix some bugs
1 parent c511e1f commit 1ff6ef3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

config/_default/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ defaultContentLanguage = "zh-cn"
99

1010
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
1111
# This will make .Summary and .WordCount behave correctly for CJK languages.
12-
hasCJKLanguage = false
12+
hasCJKLanguage = true
1313

1414
# Change it to your Disqus shortname before using
15-
disqusShortname = "hugo-theme-stack"
15+
disqusShortname = ""
1616

1717
[pagination]
1818
pagerSize = 5

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ enabled = true
7676

7777
## Comments
7878
[comments]
79-
enabled = true
79+
enabled = false
8080
provider = "disqus"
8181

8282
[comments.disqusjs]

content/en/post/python-install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to Download and Install Python
3-
description: A one-stop guide to multiple Python installation methods on Windows, macOS, and Linux
3+
description: One-stop guide to multiple Python installation methods on Windows, macOS, and Linux
44
slug: python-install
55
date: 2025-09-28 16:20:00+0800
66
image: banner.jpg

0 commit comments

Comments
 (0)