+ + + + <link rel="stylesheet" href="/css/noscript.css">
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. More info: Writing More info: Server More info: Generating More info: Deployment
Hello World
Quick Start
Create a new post
1
$ hexo new "My New Post"
Run server
1
$ hexo server
Generate static files
1
$ hexo generate
Deploy to remote sites
1
$ hexo deploy
Hexo 常用命令
1
2
3
4
5
6
7
8
9
10
11
12
13hexo n "博客名称" => hexo new "博客名称"
hexo p => hexo publish
hexo g => hexo generate
hexo s => hexo server
hexo d => hexo deploy
hexo server
hexo server -s
hexo server -p 5000
hexo server -i 192.168.1.1
hexo clean
hexo g
hexo d