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 Start
Create a new post
BASH
1 | $ hexo new "My New Post" |
More info: Writing
Run server
BASH
1 | $ hexo server |
More info: Server
Generate static files
BASH
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
BASH
1 | $ hexo deploy |
More info: Deployment
add picture use relative path
BASH
1 | ./${filename}/name |
- Post title:Hello World
- Post author:auggie
- Create time:2022-04-02 10:33:36
- Post link:https://ruanjiancheng.github.io/2022/04/02/hello-world/
- Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.