文件名称:jekyll-data:一个插件,用于读取Jekyll主题gem中的“ _config.yml”和数据文件
文件大小:54KB
文件格式:ZIP
更新时间:2024-02-24 21:26:31
ruby jekyll jekyll-plugin reader JekyllRuby
JekyllData 引入了一个插件,该插件可读取jekyll theme-gems中的数据文件,并将生成的哈希添加到站点的内部数据哈希中。 如果主题gem的根目录中存在_config.yml ,将对其进行评估,并将提取的哈希数据合并到站点的现有配置哈希中。 安装 只需像其他所有jekyll插件gem一样,将该插件添加到您站点的Gemfile和配置文件中即可: # Gemfile group :jekyll_plugins do gem "jekyll-data" end ..然后跑 bundle install 注意:如果该插件已被theme-gem的作者标记为runtime_de
【文件预览】:
jekyll-data-master
----.gitignore(160B)
----jekyll-data.gemspec(1KB)
----.travis.yml(412B)
----.rubocop.yml(967B)
----CHANGELOG.md(6KB)
----LICENSE.txt(1KB)
----README.md(6KB)
----script()
--------bootstrap(43B)
--------fmt(99B)
--------cucumber(82B)
--------rubies(478B)
--------cibuild(197B)
--------test(1KB)
--------test-site(979B)
----lib()
--------jekyll-data.rb(2KB)
--------jekyll-data()
--------jekyll()
----Gemfile(580B)
----features()
--------theme_data_reader.feature(4KB)
--------support()
--------step_definitions.rb(4KB)
--------theme_configuration.feature(3KB)
----Rakefile(182B)
----test()
--------test_theme_reader.rb(3KB)
--------test_theme_configuration.rb(2KB)
--------helper.rb(3KB)
--------source()
--------fixtures()