Skip to content

Commit 52af1ea

Browse files
committed
1
1 parent 2b39842 commit 52af1ea

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

config/_default/hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
55

66
# Website name
7-
title: Dr.YIN Academic CV | 银星个人主页
7+
title: 银星(YIN Xing)个人主页
88
# Website URL
99
baseURL: 'https://example.com/'
1010

1111
############################
1212
## LANGUAGE
1313
############################
1414

15-
defaultContentLanguage: en
15+
defaultContentLanguage: zh
1616
hasCJKLanguage: false
1717
defaultContentLanguageInSubdir: false
1818
removePathAccents: true

config/_default/languages.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
# Documentation: https://docs.hugoblox.com/reference/language/
44

55
# Default language
6-
en:
7-
languageCode: en-us
6+
# en:
7+
# languageCode: en-us
88
# Uncomment for multi-lingual sites, and move English content into `en` sub-folder.
99
#contentDir: content/en
1010

1111
# Uncomment the lines below to configure your website in a second language.
12-
#zh:
13-
# languageCode: zh-Hans
12+
zh:
13+
languageCode: zh-Hans
1414
# contentDir: content/zh
1515
# title: Chinese website title...
1616
# params:

config/_default/menus.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
# The weight parameter defines the order that the links will appear in.
55

66
main:
7-
- name: Bio
7+
- name: 个人简介
88
url: /
99
weight: 10
10-
- name: Papers
11-
url: /#papers
12-
weight: 11
13-
# - name: Talks
14-
# url: /#talks
15-
# weight: 12
16-
- name: News
17-
url: /#news
18-
weight: 13
19-
- name: Experience
20-
url: experience/
21-
weight: 20
22-
- name: Projects
23-
url: projects/
24-
weight: 30
10+
# - name: Papers
11+
# url: /#papers
12+
# weight: 11
13+
# # - name: Talks
14+
# # url: /#talks
15+
# # weight: 12
16+
# - name: News
17+
# url: /#news
18+
# weight: 13
19+
# - name: Experience
20+
# url: experience/
21+
# weight: 20
22+
# - name: Projects
23+
# url: projects/
24+
# weight: 30
2525
# - name: Teaching
2626
# url: courses/
2727
# weight: 40

config/_default/params.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ header:
3535
show_search: true
3636
show_theme_chooser: true
3737
logo:
38-
text: 'Dr. YIN Xing'
38+
text: '银星个人学术主页'
3939

4040
# Site footer
4141
footer:
4242
copyright:
43-
notice: '© {year} YIN. This work is licensed under {license}'
43+
notice: '© {year} YINXING. This work is licensed under {license}'
4444
license:
4545
enable: true
4646
allow_derivatives: false

content/authors/admin/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Display name
3-
title: Xing YIN
3+
title: 银星 (Xing YIN)
44

55
# Name pronunciation (optional)
66
name_pronunciation: ''
@@ -23,7 +23,7 @@ superuser: true
2323
highlight_name: true
2424

2525
# Role/position/tagline
26-
role: Postdoctoral Fellow
26+
role: 博士后/助理研究员
2727

2828
# Organizations/Affiliations to display in Biography blox
2929
organizations:

0 commit comments

Comments
 (0)