hexo github搭建博客常用的命令
这些命令你都用过吗?npm install hexo -g #安装npm update hexo -g #升级hexo init #初始化hexo new "postName" #新建文章hexo new page "pageName" #新建页面hexo generate #生成静态页面至public目录hexo server #开启预览访问端口(默认端口4000,'ctrl + ...