一个Jekyll时代的结束,也是另一个Hexo时代的开始!
这是我从Jekyll转到Hexo架构的第一个Blog,
也真正算是一个Hello World吧!
所以我也要保留系统生成的Blog作为这半年来的见证。
希望未来博客会越来越好!
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
COPY
1 | $ hexo new "My New Post" |
More info: Writing
Run server
COPY
1 | $ hexo server |
More info: Server
Generate static files
COPY
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
COPY
1 | $ hexo deploy |
More info: Deployment