Skip to content

Commit c58dc6b

Browse files
committed
Update website domain
1 parent 1162c89 commit c58dc6b

File tree

4 files changed

+177
-184
lines changed

4 files changed

+177
-184
lines changed

.github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
publish_dir: ./public
2525
# keep_files: true
2626
publish_branch: master
27-
cname: cloudnative.to
27+
cname: cloudnativecn.com

config/_default/config.yaml

+15-16
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
55

66
title: '云原生社区(中国)' # Website name
7-
baseURL: 'https://cloudnative.to' # Website URL
7+
baseURL: 'https://cloudnativecn.com' # Website URL
88

99
############################
1010
## PAGE OPTIONS
1111
############################
1212

1313
cascade:
14-
# Docs folder options
15-
- _target:
16-
path: /community/**
17-
editable: true
18-
show_breadcrumb: true
19-
14+
# Docs folder options
15+
- _target:
16+
path: /community/**
17+
editable: true
18+
show_breadcrumb: true
2019

2120
############################
2221
## LANGUAGE
@@ -33,8 +32,8 @@ removePathAccents: true
3332

3433
#module:
3534
imports:
36-
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5
37-
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5
35+
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5
36+
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5
3837

3938
############################
4039
## ADVANCED
@@ -47,15 +46,15 @@ pagination:
4746
enableEmoji: false
4847
enableRobotsTXT: true
4948
footnotereturnlinkcontents: <sup>^</sup>
50-
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
49+
ignoreFiles: [ \.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$ ]
5150
permalinks:
5251
authors: '/author/:slug/'
5352
tags: '/tag/:slug/'
5453
categories: '/category/:slug/'
5554
disableAliases: false
5655
outputs:
57-
home: [HTML, RSS, JSON, WebAppManifest]
58-
section: [HTML, RSS]
56+
home: [ HTML, RSS, JSON, WebAppManifest ]
57+
section: [ HTML, RSS ]
5958
imaging:
6059
resampleFilter: lanczos
6160
quality: 75
@@ -73,10 +72,10 @@ related:
7372
includeNewer: true
7473
toLower: true
7574
indices:
76-
- name: tags
77-
weight: 100
78-
- name: categories
79-
weight: 70
75+
- name: tags
76+
weight: 100
77+
- name: categories
78+
weight: 70
8079
security:
8180
_merge: deep
8281
sitemap:

config/_default/menus.yaml

+40-44
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,43 @@
44
# The weight parameter defines the order that the links will appear in.
55

66
main:
7-
- name: 小组
8-
identifier: sig
9-
weight: 3
10-
- name: Kubernetes Gateway API SIG
11-
parent: sig
12-
weight: 1
13-
url: "k8s-gateway-api"
14-
- name: 资料
15-
identifier: docs
16-
weight: 31
17-
- name: Envoy 中文文档
18-
parent: docs
19-
weight: 1
20-
url: "https://cloudnative.to/envoy/"
21-
- name: Kubebuilder 中文文档
22-
parent: docs
23-
weight: 2
24-
url: "https://cloudnative.to/kubebuilder/"
25-
- name: 云原生资料库
26-
parent: docs
27-
weight: 3
28-
url: "https://lib.jimmysong.io/"
29-
- name: Istio 中文文档
30-
parent: docs
31-
weight: 4
32-
url: "https://istio.io/latest/zh/"
33-
- name: 活动
34-
url: event
35-
weight: 40
36-
- name: 社区
37-
url: community
38-
weight: 1
39-
- name: 博客
40-
url: blog
41-
weight: 2
42-
- name: 更新
43-
url: '#feed'
44-
weight: 60
45-
- name: 标签
46-
url: "#tags"
47-
weight: 65
48-
- name: 关于
49-
url: "#about"
50-
weight: 70
7+
- name: 小组
8+
identifier: sig
9+
weight: 3
10+
- name: Kubernetes Gateway API SIG
11+
parent: sig
12+
weight: 1
13+
url: "k8s-gateway-api"
14+
- name: 资料
15+
identifier: docs
16+
weight: 31
17+
- name: Envoy 中文文档
18+
parent: docs
19+
weight: 1
20+
url: "https://cloudnativecn.com/envoy/"
21+
- name: Kubebuilder 中文文档
22+
parent: docs
23+
weight: 2
24+
url: "https://cloudnativecn.com/kubebuilder/"
25+
- name: 云原生资料库
26+
parent: docs
27+
weight: 3
28+
url: "https://istio.io/latest/zh/"
29+
- name: 活动
30+
url: event
31+
weight: 40
32+
- name: 社区
33+
url: community
34+
weight: 1
35+
- name: 博客
36+
url: blog
37+
weight: 2
38+
- name: 更新
39+
url: '#feed'
40+
weight: 60
41+
- name: 标签
42+
url: "#tags"
43+
weight: 65
44+
- name: 关于
45+
url: "#about"
46+
weight: 70

0 commit comments

Comments
 (0)