contentful-hugo
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "contentful-hugo", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Node module that pulls data from Contentful and turns it into markdown files for Hugo. Can be used with other Static Site Generators, but has some Hugo specific features.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -158,4 +158,3 @@ # Contentful Hugo | ||
myGallery: | ||
- | ||
assetType: "image/jpg" | ||
- assetType: "image/jpg" | ||
url: "//link-to-image.jpg" | ||
@@ -166,4 +165,3 @@ title: "Image 1" | ||
height: 500 | ||
- | ||
assetType: "image/jpg" | ||
- assetType: "image/jpg" | ||
url: "//link-to-image-2.jpg" | ||
@@ -218,3 +216,3 @@ title: "Image 2" | ||
nodeType: "text" | ||
- nodeType: "paragraph" | ||
- nodeType: "paragraph" | ||
data: {} | ||
@@ -231,3 +229,3 @@ content: | ||
nodeType: "text" | ||
- nodeType: "embedded-asset-block" | ||
- nodeType: "embedded-asset-block" | ||
data: | ||
@@ -234,0 +232,0 @@ assetType: "image/jpeg" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24180
247