Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby Github页面共享按钮jekyll_Ruby_Content Management System_Jekyll_Github Pages - Fatal编程技术网

Ruby Github页面共享按钮jekyll

Ruby Github页面共享按钮jekyll,ruby,content-management-system,jekyll,github-pages,Ruby,Content Management System,Jekyll,Github Pages,这是我的wp共享按钮 但它是共享我的链接,但Github页面环境共享为2017/07/17/欢迎来到Jekyll/。有什么问题吗? 这是我的档案: source "https://rubygems.org" gemspec # Ensures the proper Jekyll version is running. gem "jekyll", "3.5.2" gem 'jekyll-sass-converter' # Plugins group :jekyll_plugins do

这是我的wp共享按钮
  • 但它是共享我的链接,但Github页面环境共享为2017/07/17/欢迎来到Jekyll/。有什么问题吗? 这是我的档案:

    source "https://rubygems.org"
    gemspec
    
    # Ensures the proper Jekyll version is running.
    gem "jekyll", "3.5.2"
    gem 'jekyll-sass-converter'
    
    # Plugins
    group :jekyll_plugins do
       gem "jekyll-feed", "~> 0.9.2"
       gem 'jekyll-archives'
       gem 'jekyll-paginate'
       gem 'github-pages'
    end
    
    

    什么????!对不起,我的英语语法不好。