File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This git repo hosts all content displayed on the website of DENG Lab @ SJTU.
77
881 . Install Hugo > 0.12
992 . Run the following commands:
10+
1011``` bash
1112git clone https://github.com/zhijie-group/zhijie-group.github.io.git
1213cd zhijie-group.github.io
Original file line number Diff line number Diff 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 >}}
Original file line number Diff line number Diff line change 1- bseURL : ' http ://zhijie-group.github.io'
1+ baseURL : ' https ://zhijie-group.github.io/ '
22languageCode : en-us
33title : ' DENG Lab @ SJTU'
44theme : ' 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
3749menu :
3850 main :
You can’t perform that action at this time.
0 commit comments