使用hexo搭建个人博客
Github Pages
Github Pages 其实本身就是 Github 提供的博客服务。 我们在 Github 中创建一个特定格式的 Repository,Github Pages 就会将里面的信息生成一个网页,展示出来。
操作如下:
1,注册 Github 账号,然后在 Github 中创建一个以 .github.io 结尾的 Repository。
Repository name: ryanluoxu.github.io
勾选 Initialize this repository with a README
Create repository
2,简单地编辑一下 README.md 这个文档。 比如添加:I am trying to create my own blog.. 保存(Commit changes)。
3,打开网页:ryanluoxu.github.io 这里就可以看到 README.md 里的内容了。
如果没有太多的要求,其实直接用 README.md 来写博客也是不错的。