hexo教程与指令
我是在哪里学习hexo搭建呢?介绍:我是在下方链接中学习,up主讲的很详细,有需要可以看看作者:卷二兔链接:https://www.bilibili.com/video/BV1aV411p7Bc/?spm_id_from=333.788
hexo指令12345678910111213141516171819202122##全部指令在博客根目录下,打开终端输入指令##hexo安装npm install hexo -g##初始化博客hexo init [文件夹名字]##安装依赖npm install##生成文章页面hexo new 文章标题名##静态页面生成hexo g##本地服务器预览,ctrl+c关闭服务器hexo s##部署到服务器hexo d
Hexo部署出现err: Error: Spawn failed123456789FATAL { err: Error: Spawn failed at ChildProcess.<anonymous> (C:\Users\myosotis\Desktop\Hexo_blog\node_modules\he ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment