个人网站维护

网站结构

1
2
3
4
5
6
xyfjason.github.io                  # 引导页
├── xyfjason.github.io/homepage # 学术主页
├── xyfjason.github.io/notes # 笔记
├── xyfjason.github.io/blog-main # 主博客
├── xyfjason.github.io/blog-xcpc # ICPC/CCPC博客
└── xyfjason.github.io/blog-oi # OI博客

引导页

部署页面:https://xyfjason.github.io

GitHub: https://github.com/xyfJASON/xyfjason.github.io

维护方法:修改 index.html,用 git 维护即可。

注意:GitHub bot 每天都会自动 commit,提交前记得 git pull.

学术主页

部署页面:https://xyfjason.github.io/homepage

GitHub: https://github.com/xyfJASON/homepage

维护方法:修改 index.html,用 git 维护即可。

笔记

部署页面:https://xyfjason.github.io/notes

GitHub: https://github.com/xyfJASON/notes

维护方法:修改 index.htmlsources,用 git 维护即可。

主博客

部署页面:https://xyfjason.github.io/blog-main

GitHub: https://github.com/xyfJASON/blog-main

维护方法:Hexo

  • hexo new 新建文章
  • hexo s 本地服务
  • hexo g -d 部署文章

ICPC/CCPC 博客

部署页面:https://xyfjason.github.io/blog-xcpc

GitHub: https://github.com/xyfJASON/blog-xcpc

维护方法:Hexo

  • hexo new 新建文章
  • hexo s 本地服务
  • hexo g -d 部署文章

OI 博客

部署页面:https://xyfjason.github.io/blog-oi

GitHub: https://github.com/xyfJASON/blog-oi

维护方法:Hexo

  • hexo new 新建文章
  • hexo s 本地服务
  • hexo g -d 部署文章

个人网站维护
https://xyfjason.github.io/blog-main/2024/06/25/个人网站维护/
作者
xyfJASON
发布于
2024年6月25日
许可协议