hexo搭建个人博客

血红的双手。 提交于 2021-02-08 02:41:56
hexo安装及配置

https://www.cnblogs.com/visugar/p/6821777.html

https://blog.csdn.net/sinat_37781304/article/details/82729029

https://blog.csdn.net/weixin_39345384/article/details/80785373

hexo主题(next)

https://theme-next.iissnan.com/getting-started.html

常用指令:

hexo new “文章标题”       //新建文章
hexo clean && hexo g  //清空缓存并生成静态文件
hexo s -p 4000 或者 hexo s  //启动本地服务默认
hexo d 或者 gulp deploy  //部署发布
我的博客地址

https://yulang.xyz/

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!