LOADING

加载过慢请开启缓存 浏览器默认开启

Hexo Blog Configure

2023/8/6

Hexo 个人网页配置,可以在两天内搭建个人网站

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

创建网站参考资料: https://www.cnblogs.com/huanhao/p/hexobase.html

关于支持数学公式方法: https://zhuanlan.zhihu.com/p/108766968

关于图片上传:直接用网上图床 https://imgse.com/

快速开始

创建md笔记

$ hexo new "My New Post"

More info: Writing

运行服务器

$ hexo server

More info: Server

产生静态文件

$ hexo g

More info: Generating

部署到远程服务器

$ hexo d

More info: Deployment

报错指导

通过.deploy_git 查找git log后 进行git reset 操作,清除掉已经commit的文件

https://rimbaud-lee.github.io/2021/08/25/blog_deploy_2/