testing output on live site whooopises #2
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@ layout: post
|
|||||||
|
|
||||||
<!-- Main Body Content -->
|
<!-- Main Body Content -->
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{%- include json-data-example.html -%}
|
<!-- {%- include json-data-example.html -%} -->
|
||||||
<!-- This loops through the paginated posts collection posts-->
|
<!-- This loops through the paginated posts collection posts-->
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
<!-- Post layout structure -->
|
<!-- 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