Compare commits
No commits in common. "fbaf0477ab5e8884e7d0a7b085a98ed8f944daa5" and "b49614444fbf35d4fd5f85f17befb1319eae446c" have entirely different histories.
fbaf0477ab
...
b49614444f
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@ layout: post
|
||||
|
||||
<!-- Main Body Content -->
|
||||
<div class="content">
|
||||
<!-- {%- include json-data-example.html -%} -->
|
||||
{%- include json-data-example.html -%}
|
||||
<!-- This loops through the paginated posts collection posts-->
|
||||
{% for post in paginator.posts %}
|
||||
<!-- Post layout structure -->
|
||||
|
22
code-examples/ruby/example.gemspec
Normal file
22
code-examples/ruby/example.gemspec
Normal file
@ -0,0 +1,22 @@
|
||||
$:.unshift(File.expand_path("../", __FILE__))
|
||||
require "jekyll/strapi/version"
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.version = Jekyll::Strapi::VERSION
|
||||
spec.homepage = "https://github.com/strapi/jekyll-strapi"
|
||||
spec.authors = ["SharpeTronics", "Charles Sharpe"]
|
||||
spec.email = ["hi@strapi.io", "info@sharpetronics.com"]
|
||||
|
||||
spec.summary = "Strapi.io integration for Jekyll"
|
||||
spec.name = "jekyll-strapi"
|
||||
spec.license = "MIT"
|
||||
spec.description = spec.description = <<-DESC
|
||||
A Jekyll plugin for retrieving content from a Strapi API
|
||||
DESC
|
||||
|
||||
spec.add_runtime_dependency("down", "~> 5.0")
|
||||
spec.add_runtime_dependency("jekyll", "~> 4")
|
||||
spec.add_runtime_dependency("http", "~> 3.2")
|
||||
spec.add_runtime_dependency("json", "~> 2.1")
|
||||
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user