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
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment
Git设置代理(突然中文~)
1 | #socks代理 |
设置域名
- 申请域名,添加添加一个CNAME指向GitHub上的博客
- 在GitHub上面设置里面GitHub Pages里面的Custom domain添加上自己的域名
- 但是2其实并没有什么用。你下次更新博客的时候又会还原到最初状态。
- 真正的解决办法是在本地source目录下添加一个叫CNAME的文件。里面写上自己的域名。不带https啥的。就是一个纯域名,然后重新更新博客