77# server process.
88
99# Basic Site Settings
10- locale : " Beijing-China "
10+ locale : " zh-CN "
1111site_theme : " default"
12- title : " Eric ZZ 张正 Personal Homepage "
12+ title : " 张正 Eric ZZ "
1313title_separator : " -"
1414name : &name "张正 Eric ZZ"
15- description : &description "大模型专家 | 连续创业者 | Llama中文社区联合发起人 | 清华大学CST "
16- url : https://zhangzhengeric.github.io/EricZZ.github.io/ # the base hostname & protocol for your site e.g. "https://[your GitHub username].github.io" or if you already have some other page hosted on Github then use "https://[your GitHub username].github.io/[Your Repo Name] "
17- baseurl : " " # the subpath of your site, e.g. "/blog "
18- repository : " academicpages/academicpages .github.io"
15+ description : &description "Sage 创建者,毕业于清华大学计算机系,当前关注 Proactive Agent 与多模态模型。 "
16+ url : " https://zhangzhengeric.github.io"
17+ baseurl : " /EricZZ.github.io "
18+ repository : " ZHangZHengEric/EricZZ .github.io"
1919
2020# Site Author - The following control what appear as part of the author content on the side bar.
2121# If a field is blank the icon and link will not appear, otherwise it will be shown.
@@ -24,9 +24,9 @@ author:
2424 # Biographic information
2525 avatar : " https://avatars.githubusercontent.com/u/45086558?s=400&v=4"
2626 name : " 张正 Eric ZZ"
27- bio : " 大模型基础研究与应用 "
27+ bio : " Sage 创建者 · 模型与 Agent 系统构建者 "
2828 location : " 北京"
29- employer : " 清华大学 "
29+ employer :
3030 email : " zhengzhang13@icloud.com"
3131 wechat : " zhangzheng-thu"
3232
@@ -94,13 +94,15 @@ facebook:
9494 username :
9595 app_id :
9696 publisher :
97- og_image : # Open Graph/Twitter default site image
97+ og_image : " 2026-03-15-sage-ai-editorial-cover.png "
9898# For specifying social profiles
9999# - https://developers.google.com/structured-data/customize/social-profiles
100100social :
101- type : # Person or Organization (defaults to Person)
102- name : # If the user or organization name differs from the site's name
103- links : # An array of links to social media profiles
101+ type : Person
102+ name : " 张正 Eric ZZ"
103+ links :
104+ - " https://github.com/ZHangZHengEric"
105+ - " https://github.com/ZHangZHengEric/Sage"
104106
105107
106108# Analytics
@@ -190,12 +192,12 @@ defaults:
190192 path : " "
191193 type : posts
192194 values :
193- layout : single
194- author_profile : true
195+ layout : personal-post
196+ author_profile : false
195197 read_time : true
196- comments : true
197- share : true
198- related : true
198+ comments : false
199+ share : false
200+ related : false
199201 # _pages
200202 - scope :
201203 path : " "
@@ -217,10 +219,10 @@ defaults:
217219 path : " "
218220 type : publications
219221 values :
220- layout : single
221- author_profile : true
222- share : true
223- comments : true
222+ layout : personal-post
223+ author_profile : false
224+ share : false
225+ comments : false
224226 # _portfolio
225227 - scope :
226228 path : " "
@@ -250,7 +252,7 @@ sass:
250252permalink : /:categories/:title/
251253# paginate: 5 # amount of posts to show
252254# paginate_path: /page:num/
253- timezone : Etc/UTC # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
255+ timezone : Asia/Shanghai
254256
255257
256258# Plugins
0 commit comments