Skip to content

Commit bda1b40

Browse files
committed
fix: correct spelling error and update baseURL in configuration
1 parent 51e36a6 commit bda1b40

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This git repo hosts all content displayed on the website of DENG Lab @ SJTU.
77

88
1. Install Hugo > 0.12
99
2. Run the following commands:
10+
1011
```bash
1112
git clone https://github.com/zhijie-group/zhijie-group.github.io.git
1213
cd zhijie-group.github.io

content/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Current research interests focus on:
3636

3737
<!-- 🎉 -->
3838
{{< newsEntry >}}
39-
**08/2025**: Zhijie will searve as an area chair of ICLR 2026! 🎉
39+
**08/2025**: Zhijie will serve as an area chair of ICLR 2026! 🎉
4040
{{< /newsEntry >}}
4141

4242
{{< newsEntry >}}

hugo.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bseURL: 'http://zhijie-group.github.io'
1+
baseURL: 'https://zhijie-group.github.io/'
22
languageCode: en-us
33
title: 'DENG Lab @ SJTU'
44
theme: 'PaperMod'
@@ -33,6 +33,18 @@ params:
3333
assets:
3434
css:
3535
- "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
36+
# Define social params to avoid deprecated .Site.Social usage in Hugo >= 0.124
37+
social:
38+
twitter: sjtudenglab # Without '@'
39+
facebook_admin: "" # Optional, leave empty if not used
40+
# Optional: show social icons on home/profile if enabled by theme
41+
socialIcons:
42+
- name: github
43+
url: "https://github.com/zhijie-group"
44+
- name: x
45+
url: "https://x.com/sjtudenglab"
46+
- name: zhihu
47+
url: "https://www.zhihu.com/people/SJTUDengLab"
3648

3749
menu:
3850
main:

0 commit comments

Comments
 (0)