Hello World
Welcome to 袁先生 Henry Yuan 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 123
A) Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
B) Run server
1 | $ hexo server |
More info: Server
C) Generate static files
1 | $ hexo generate |
More info: Generating
D) Deploy to remote sites
1 | $ hexo deploy |
E) PHP
F) hexogo command
在 .bashrc 加入 hexogo command,免去打长 command。
alias hexogo=’hexo c && hexo g && hexo d’
More info: Deployment
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.