Access denied, Please sign in and make sure you have proper permission.
用完删掉,不然就和大家统一一下
你不可避免会 require 的
添加一个 Gemfile.mine 之类,然后加入.gitignore 列表
内容可以写自己的 gem
gem 'pry-debugger'
然后在 Gemfile 中加入类似代码
instance_eval File.read('Gemfile.mine') if File.exist?('Gemfile.mine')
没测试,就这个意思。
#2 楼 @hhuai 你好,我是新手,想问下
Add this gem to your Gemfile and run bundle:
gem 'jekyll-timeago'
该怎么做?
万分感谢