MAC搭建github Page
初始环境
Mac version : Mac book Pro 15’ inch with touch bar
Memory : 16G
CUP : 2.7 GHz
OS version : 10.12.1
原生ruby version 2.0.0
1.安装 Homebrew
安装位置 : /usr/local
2.安装 ruby
安装位置:/usr/local/Cellar
3.安装 RubyGems
安装位置在 ruby 内部
如果源不好用的话更换源
4.安装 jekyll
安装位置:/usr/local/bin
5.创建 jekyll 项目
myblog位置: ~/code/myblog
PS: 在这一步出现问题 缺少库文件 bundler
6.测试运行:
访问 localhost:4000 得到结果页面
Comments