Merge pull request 'testing output on live site whooopises' (#2) from add-ruby-api-strapi into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2
This commit is contained in:
commit
fbaf0477ab
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 -->
|
||||
|
@ -1,22 +0,0 @@
|
||||
$:.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