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 Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Clean
1 | $ hexo clean |
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment
example
生成一个新文件hello.md并上传步骤如下:
1 | hexo new "hello" |
装饰blog参考链接
https://www.gaotianyang.top/archives/20200717e10c0cde/
本地查看当前blog的状态
1.启动本地的server服务
1 | $ hexo server |
More info: Server

2.然后就可以启动localhost:4000查看本地的博客
