testing output on live site whooopises
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
oDinZu 2022-06-28 00:33:46 -04:00
parent a510a21fbf
commit 0d93379da1
3 changed files with 2 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@ -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 -->

View File

@ -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