Skip to content

Commit 5cb8b68

Browse files
author
astor
committed
🔥 update version
1 parent 99a97c7 commit 5cb8b68

8 files changed

Lines changed: 17 additions & 8 deletions

File tree

.github/workflows/aliyun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Hugo
4545
uses: peaceiris/actions-hugo@v3
4646
with:
47-
hugo-version: '0.134.3'
47+
hugo-version: '0.146.5'
4848
extended: true # 启用 extended
4949

5050
- name: Build 主站

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Hugo
4848
uses: peaceiris/actions-hugo@v3
4949
with:
50-
hugo-version: '0.134.3'
50+
hugo-version: '0.146.5'
5151
extended: true # 启用 extended
5252

5353
- name: Build

assets/jsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"baseUrl": ".",
44
"paths": {
55
"*": [
6-
"..\\themes\\do\\assets\\*"
6+
"../themes/do/assets/*"
77
]
88
}
99
}

config.io/_default/hugo.zh-cn.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ languageCode = "zh-CN"
55
languageName = "简体中文"
66
# 是否包括中日韩文字
77
hasCJKLanguage = true
8-
# 默认每页列表显示的文章数目
9-
paginate = 12
108
# 版权描述,仅仅用于 SEO
119
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."

config.io/_default/privacy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Google Analytics 相关隐私 (被 params.analytics.google 替代)
66
[googleAnalytics]
77
# ...
8-
[twitter]
8+
[x]
99
enableDNT = true
1010
[youtube]
1111
privacyEnhanced = true

memo.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# my memo
2+
3+
```
4+
主站
5+
6+
hugo server --disableFastRender --configDir=config.io
7+
8+
9+
```
10+
11+

themes/do

Submodule do updated 280 files

0 commit comments

Comments
 (0)