moxiaonian / StrayBirds

A clean blog based on github pages

Home Page:http://moxiaonian.github.io/StrayBirds/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StrayBirds

基于 GitHub Pages 搭建的极简博客,所有操作都可以直接通过浏览器完成。

示例

可以通过访问 StrayBirds 看到最终 的效果,下面是截图:

ui-demo

教程

使用方法

  1. 注册 GitHub,得到用户名,例如 minixbeta
  2. StrayBirds 页面,单击右上 角的 Fork
  3. 到你 Fork 后的项目中,将 _config.yml 中的 username 修改为你的用户名 minixbeta
  4. _includes/comments.ext 下,将 disqus_shortname 修改为你在 disqus 注册的站点短名字(这一步用于支持评论系统)
  5. 访问你的博客 http://minixbeta.github.io/StrayBirds/

create_project

如果你想修改项目的名字,例如将 StrayBirds 修改为 blog,那么你需要做的是

  1. 在项目的 Setting 中将 Repository name 从 StrayBirds 修改为 blog
  2. _config.yml 中的 baseurl 修改为 /blog
  3. 通过 http://minixbeta.github.io/blog/ 来访问你的新博客

create_post

添加文章

_post 目录下添加形如 2014-10-26-title.md 的文章,用 markdown 格式 撰写博客。

create_post

感谢

博客主题来自 modernist, 开源协议为 Creative Commons Attribution-ShareAlike 3.0 Unported License

About

A clean blog based on github pages

http://moxiaonian.github.io/StrayBirds/


Languages

Language:CSS 81.3%Language:HTML 15.0%Language:JavaScript 3.7%