Skip to content

Commit db08a30

Browse files
committed
chore(gitignore): add custom directories to ignore list
* added .claude/ and .codex to .gitignore * updated params.toml to enable style name for cdn image processing * updated subproject commit reference in themes/pehe Signed-off-by: Charles Chin <eallion.s+github@gmail.com>
1 parent 2048004 commit db08a30

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Hugo
4040
uses: peaceiris/actions-hugo@v3
4141
with:
42-
hugo-version: '0.160.1'
42+
hugo-version: '0.161.1'
4343
extended: false
4444

4545
- name: Cache Hugo Resources

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### Custom ###
66

7+
.claude/
8+
.codex
9+
710
.edgeone/
811

912
content/

config/_default/params.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ defaultFeature = "https://images.eallion.com/directus/files/ce35a8bb-fbda-468c-9
8787
{ steam = "https://steamcommunity.com/id/eallion" }
8888
]
8989

90+
# 是否开启 CDN 图片样式处理(StyleName)
91+
enableStyleName = true
92+
9093
[StyleName]
9194
# CDN 里的处理处理样式,如:https://cloud.tencent.com/document/product/436/42214
9295
delimiter = "!"

wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "eallion-com-cf-pages-origin"
22
pages_build_output_dir = "./public"
33

44
[vars]
5-
HUGO_VERSION = "v0.160.1"
5+
HUGO_VERSION = "v0.161.1"
66

77
[env.production.vars]
8-
HUGO_VERSION = "v0.160.1"
8+
HUGO_VERSION = "v0.161.1"

0 commit comments

Comments
 (0)