文件名称:jekyll-template:Jekyll插件项目结构的示例
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-03 20:19:59
jekyll jekyll-template jekyll-conventions Ruby
杰基模板 该存储库包含Jekyll插件项目结构的示例, 代码示例以及Travis CI的示例配置,该示例配置支持在多个Ruby版本上进行构建。 内容与Jekyll的默认约定兼容。 贡献 叉它 创建功能分支( git checkout -b my-new-feature ) 提交更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature ) 创建新的拉取请求
【文件预览】:
jekyll-template-master
----.travis.yml(287B)
----Rakefile(229B)
----test()
--------.gitkeep(0B)
----.rubocop.yml(130B)
----jekyll-template.gemspec(2KB)
----LICENSE(1KB)
----Gemfile(70B)
----.gitignore(241B)
----lib()
--------jekyll-template()
--------jekyll-template.rb(288B)
----README.md(721B)
----script()
--------fmt(273B)
--------cibuild(56B)
--------release(85B)