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 .
2022-08-11,阅读了周磊的《认知驱动》,期间作者多次提到写作,记录,等等。自己晚上2点起来,做梦自己建立博客。 2022-08-12,早上开始准备,作为小白,从基础教程一一查,各种失败各种实验,最终只能配置hexo成功,上不了GitHub,更不能和自己的域名绑定。不服气,晚上继续搞到3点多,终于能上传到GitHub了,中间走了很多坑,有的教程已经老套,所以想着自己写一个教程吧,也防止自己以后忘掉,加快回忆。 2022-08-13,周六,在公司值班,早上来看了下主题。来来回回一直出现FA的错误,气死,最后发现是theme配置文件的事情。不过我用了笨方法,新建一个hexo,去替换错误的blog文件夹,哈哈哈 下面开始:
从原有界面开始更改吧。
Quick Start-快速开始 注意,下面的步骤,都是在cd进入hexo博客所在文件夹 中进行的,而不是cmd默认打开的界面。 并且,删除$及后面的空格,应该是Linux下的提示吧,小白不懂。所以直接复制粘贴的windows命令行运行不出来的。 Create a new post-建一个新的界面 1 $ hexo new "My New Post"
More info: Writing
Run server-运行hexo的服务
More info: Server
Generate static files - 生成静态页面
More info: Generating
Deploy to remote sites - 上传到站点
More info: Deployment
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ```git remote add origin git remote add origin <https://github.com/zanyangtao/zanyangtao.github.io.git> https://github.com/zanyangtao/zanyangtao.github.io.git git remote add origin https://github.com/zanyangtao/zanyangtao.github.io.git deploy: type: git repo: <https://github.com/zanyangtao/zanyangtao.github.io.git> branch: main deploy: type: git repo: https://github.com/zanyangtao/zanyangtao.github.io.git # example, https://github.com/hexojs/hexojs.github.io branch: gh-pages branch: master hexo server -p 1314 http://localhost:1314/ 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 https://zanyangtao.github.io/```
HEXO安装与配置相关链接
将 Hexo 部署到GitHub页 | 海索
hexojs/hexo-deployer-混帐:吉特Hexo 的部署插件。
probberechts/hexo-theme-cactus:一个响应迅速、干净且简单且的 Hexo 主题。
六边形+GitHubPages一键部署博客_杨阳$的博客-CSDN博客
使用hexo个人博客Github上一键部署_小橙子yoo的博客-CSDN博客
零基础用 Hexo 基金会个人博客(无坑版)
Hexo个人博客-并部署到Github上知乎(Windows) - 知乎
Ares-X/hexo-theme-freemind.bithack:另一个基于 freemind.386 的 hexo 主题
主题相关,MD相关
hexo中完美插入本地图片| 葛济维的博客
hexo 可视化编辑 - 搜索
Hexo博客写文章及基本操作 - 知乎
如何用Hexo优雅的写作文章_会飞的小弋的博客-CSDN博客_hexo写文章不方便
[Markdown语法大全包括设置字体颜色_茉莲晨曦的博客-CSDN博客_md语法]