contentful-hugo
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -88,3 +88,3 @@ const contentful = require('contentful'); | ||
} else { | ||
console.log(`\nConfiguration file not found. Create a file called "contentful-settings.yaml" to get started.\n`) | ||
console.log(`\nConfiguration file not found. Create a file called "contentful-settings.yaml" to get started.\nVisit https://github.com/ModiiMedia/contentful-hugo for configuration instructions\n`) | ||
} | ||
@@ -91,0 +91,0 @@ } |
{ | ||
"name": "contentful-hugo", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"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", |
@@ -20,5 +20,10 @@ # Contentful Hugo | ||
# Installation | ||
with NPM | ||
``` | ||
npm install contentful-hugo | ||
``` | ||
with Yarn | ||
``` | ||
yarn add contentful-hugo | ||
``` | ||
@@ -25,0 +30,0 @@ # Usage |
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
23356
207