美文网首页
Hexo更换主题并发布到github

Hexo更换主题并发布到github

作者: Saudade_lh | 来源:发表于2018-06-09 19:45 被阅读0次

    1下载主题

    git clone https://github.com/iissnan/hexo-theme-next themes/next

    启动服务器 hexo g | |hexo s
    换主题命令在git中 :git clone https://github.com/iissnan/hexo-theme-next themes/next

    2、安装hexo-deployer-git自动部署发布工具

    npm install hexo-deployer-git  --save
    

    3、发布到Github

    输入如下命令:hexo clean && hexo g && hexo d
    

    仓库的命名规范
    https://github.com/LEEH339966/LEEH339966.github.io.git
    部署到 github 命令 hexo clean && hexo g && hexo d

    4标签云

    npm install hexo-tag-cloud@^2.0.* --save

    相关文章

      网友评论

          本文标题:Hexo更换主题并发布到github

          本文链接:https://www.haomeiwen.com/subject/brhxeftx.html