http://xgqfrms.github.io/xgqfrms/

步骤如下:

1.GitHub Pages

https://pages.github.com/

2.Generate a site, or start from scratch?

https://github.com/new

3.Create a gh-pages branch

Head over to GitHub.com and create a new repository, or go to an existing one. In the repository overview, click the branch drop-down on the left-hand side. Type in gh-pages and press enter.

For Project pages, the gh-pages branch is used to publish your site. That means that you can work with GitHub Pages in the same repository as the project that it's for.

4. Jekyll on Windows

http://jekyllrb.com/docs/windows/#installation

 

最新文章

  1. Enterprise Solution 进销存管理软件 C/S架构,支持64位系统 物流,资金流,信息流全面集成
  2. C++ 连接数据库的入口和获取列数、数据
  3. 机器学习常用Python扩展包
  4. linux网络不同的解决办法
  5. Mysql数据库表排序规则不一致导致联表查询,索引不起作用问题
  6. 【HDOJ】4056 Draw a Mess
  7. (兼容IE6)又一个提示框思密达,腾讯UED 201401242352
  8. git常用命令2
  9. 构建一个最简单的web应用并部署及启动
  10. Html5与CSS3权威指南 百度云下载
  11. python 读取Excel(二)之xlwt
  12. codeblocks无法编译的问题
  13. InnoDB一棵B+树可以存放多少行数据?
  14. 打开ubantu报错(invalid environment block. Press any key to continue)
  15. 解决关于:Oracle数据库 插入数据中文乱码 显示问号???
  16. SPOJ-LCS Longest Common Substring 【后缀自动机】
  17. js canvas游戏初级demo-上下左右移动
  18. eslint 知识点
  19. JedisCluster操作redis集群
  20. LeetCode - Nth Highest Salary

热门文章

  1. html简单基础
  2. linux总线
  3. MDX学习笔记(整理) MDX语法
  4. css选择器有哪些,选择器的权重的优先级
  5. 算法总结篇---KMP算法
  6. List对象集合根据组合属性进行差集运算
  7. Java内存溢出处理
  8. Java中Socket的用法
  9. jQuery实战笔记
  10. java中的IO处理和使用,API详细介绍(二)