记录下Hexo使用相关笔记
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" |
Run server
1 | $ hexo server |
Generate static files
1 | $ hexo generate |
Deploy to remote sites
1 | $ hexo deploy |
修改nexT汉化
将nexT中language下zh-CN.yml修改为zh-Hans.yml,并在language指定为zh-Hans即可