博客搭建与更新
如何搭建博客
搭建博客主教程:
部署到gitee:
https://blog.csdn.net/qq_60700961/article/details/125978581?ops_request_misc=&request_id=&biz_id=102&utm_term=%E5%9C%A8gitte%E4%B8%8A%E9%83%A8%E7%BD%B2Hexo%E5%8D%9A%E5%AE%A2&utm_medium=distribute.pc_search_result.none-task-blog-2allsobaiduweb~default-1-125978581.142^v52^js_top,201^v3^control_1&spm=1018.2226.3001.4187
部署到github:
https://blog.csdn.net/labeaze/article/details/122797869
这个地方有一个坑:
部署到github中需要修改_config.yml中的url地址
如下:
url: http://tian-1-2.github.io/typblog.github.io
需要改为你仓库地址能让它加载到对应的文件
Fluid主题配置信息:
https://hexo.fluid-dev.com/docs/guide/
开启评论等功能:
更新博客
hexo g -d上传远程仓库
hexo s 本地启动
博客搭建与更新
https://tian-1-2.github.io/typblog/2022/10/13/搭建博客教程/