这是一个通用的个人主页模板,基于 Sen Li 的学术主页模板 进行修改。
我新增了工作经历板块,使其更加适用于程序员和求职者。并且使用了中英文对照版本。
This is a general-purpose personal website template, modified from Sen Li's academic template.
I have added a work experience section, making it more practical for programmers and job seekers.
Bilibili教程视频:【【2025最新保姆级教程】手把手教你用github制作个人主页(申学找工作必备)】https://www.bilibili.com/video/BV16nNMeFEzm?vd_source=79b688b1a191b9f9e8204aa1c3d0adab
CSDN教程:https://blog.csdn.net/qq_45743991/article/details/145505150?spm=1001.2014.3001.5502
仓库名称应命名为 <用户名>.github.io
,这样你的个人网站地址将是 https://<用户名>.github.io/
。
The repository name should be <username>.github.io
, which will also be your website's URL.
(1) 进入你想存放项目的文件夹,并克隆新的仓库 | Go to the folder where you want to store your project, and clone the new repository:
git clone https://github.com/<username>/<username>.github.io.git
项目的目录结构如下 | The directory structure is as follows:
.
├── contents
└── static
├── assets
│ └── img
├── css
└── js
(2) 修改各个板块的内容 | Modify the content of each section, which corresponds to contents/*.md
.
(3) 调整网站设置 | Adjust the title, copyright information, and other text of the website in contents/config.yml
(4) 替换图片 | Replace background image and photo with new ones for your web pages in static/assets/img/
(5) 提交更改 | Push it:
git commit -am 'init'
git push
打开浏览器,访问 https://<用户名>.github.io,即可查看你的个人主页
Fire up a browser and go to https://<username>.github.io
本项目基于 MIT 许可协议,你可以自由使用和修改此模板。 Yixin Huang 2025年2月7号
Copyright Yixin Huang, 2025. Licensed under an MIT license. You can copy and mess with this template.