本博客使用hexo+github搭建
- 申请一个github账号
- 安装了node.js、npm,并了解相关基础知识
- 安装了git for windows(或者其它git客户端)
新建一个名为你的用户名.github.io的仓库
ssh-keygen -t rsa -C "邮件地址"
$ git config --global user.name "username"// 你的github用户名,非昵称
$ git config --global user.email "[email protected]"// 填写你的github注册邮箱
$ npm install -g hexo
$ cd /d/Code/hexo/
$ hexo init
$ cd /d/Code/hexo/
$ git clone https://github.com/litten/hexo-theme-yilia.git themes/yilia
$ hexo g # 生成
$ hexo s # 启动服务
$ hexo d #提交
格式
https://raw.githubusercontent.com/{user}/{repo}/master/{folderpath}/{filename}
示例
https://raw.githubusercontent.com/PGzxc/CDN/master/blog-Interview/flutter-01-widget-life.webp
格式
https://cdn.jsdelivr.net/gh/{user}/{repo}/{folderpath}/{filename}
示例
https://cdn.jsdelivr.net/gh/PGzxc/CDN/blog-hmos/harmonyos-lesson1-xmind.png
示例
https://jsd.onmicrosoft.cn/gh/PGzxc/CDN/blog-hmos/harmonyos-lesson1-xmind.png