在hexo博客的子页面部署mkdocs
使用Mkdocs完成内容的配置之后,接下来我们需要把写的文章的这些页面部署到我的博客的子页面上。
在github上新建一个项目仓库用来存放mkdocs的内容
在配置文件mkdocs.yml里添加:
1 | site_url: https://seanoll.github.io/cpp/ # 换成自己的 |
在mkdocs的项目文件夹里初始化git,连接远程仓库,部署
1 | git init |
这个没复现过,只记录一下解决过程
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Comments