docsify简介

docsify即时生成您的文档网站。与GitBook不同,它不会生成静态html文件。相反,它巧妙地加载和解析您的Markdown文件并将其显示为网站。您需要做的就是创建一个index.html以在GitHub页面上启动和部署它。
官方文档参考:https://docsify.js.org/#/

前置工作

安装npm

参考地址:https://www.cnblogs.com/goldlong/p/8027997.html

域名

购买域名:https://wanwang.aliyun.com/?utm_content=se_1010795
github+docsify生成文档网站
github+docsify生成文档网站
github+docsify生成文档网站

GitHub

新建仓库xxx.github.io,此处xxx指用户名,我的为lijiewei.github.io
github+docsify生成文档网站
添加CNAME文件,无后缀,文件内容为购买的域名
github+docsify生成文档网站
点击settings
github+docsify生成文档网站

生成文档网站

新建要生成网站的仓库
在仓库下生成docsify的文档包(参照官方文档:https://docsify.js.org/#/
github+docsify生成文档网站
github+docsify生成文档网站
点击setting
github+docsify生成文档网站
github+docsify生成文档网站

相关文章:

  • 2021-08-04
  • 2022-12-23
  • 2022-01-23
  • 2022-12-23
  • 2021-08-18
  • 2021-12-08
  • 2022-01-14
  • 2021-12-27
猜你喜欢
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2021-08-31
  • 2022-12-23
  • 2022-03-03
相关资源
相似解决方案