Skip to content

rui-noworry/hexo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo

更换电脑之后的配置过程

git clone [email protected]:rui-noworry/hexo.git

全局安装hexo-cli

npm install -g hexo-cli

安装node包

npm install

运行项目

hexo g
hexo s

预览页面的时候会发现空白的情况,需要重新下载主题:
 git clone https://github.com/iissnan/hexo-theme-next themes/next

 然后根据hexo-theme-next-config-back备份主题配置的文件进行覆盖即可


没问题之后就发布
hexo d

创建文章

hexo new "vue"

About

hexo备份 存储

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published