关于如何编写技术相关的博客
从背景,是什么,怎么做,以及实践等角度出发
Hexo常见问题处理
Deployer not found
form https://www.jianshu.com/p/5e0ca2b14815
_config.yml配置中的deploy下的“type”字段中的“github”改为“git”
再执行
npm install hexo-deployer-git –save
hexo发布后,github pages的Custom domain配置项被清空是什么原因?
form https://segmentfault.com/q/1010000017130592
新建一个名为CNAME(不要指定文件类型)的文件丢在source里面,然后 hexo clean hexo g hexo d,然后就可以了
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