将本地搭建的博客部署到github上(我一直以为搭个博客需要买个云服务器主机的…gitee好像也可以,以后再看看怎么弄。俄罗斯的github被禁了,以后我们打湾湾会不会也被禁,啧
Hexo系列——(二) 使用Hexo发博客
使用Hexo写一篇文章发布到博客上。
Hexo系列——(一) Hexo的安装与使用
Hexo是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。即把用户的markdown文件,按照指定的主题解析成静态网页。
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