搭建网站过程1(包含教程和debug过程)
本文摘要:
- 创建GitHub仓库
- 下载Git及简单操作
- Git设置用户名和密码
- 远程库和本地库进行链接
- 下载加速器FastGithub
- 使用Markdown
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.
这篇官网文章写的很详细,忘记了命令可以回来看看
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment