contentful-hugo
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "contentful-hugo", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"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.", | ||
@@ -37,3 +37,2 @@ "main": "index.js", | ||
"json-to-pretty-yaml": "^1.2.2", | ||
"json2yaml": "^1.1.0", | ||
"mkdirp": "^0.5.1" | ||
@@ -40,0 +39,0 @@ }, |
@@ -43,3 +43,3 @@ # Contentful Hugo | ||
This can be done with a .env file in the root directory of your project. | ||
This can be done with a **.env** file in the root directory of your project. | ||
``` | ||
@@ -51,2 +51,16 @@ CONTENTFUL_SPACE = '<your-space-id>` | ||
**Powershell:** | ||
``` | ||
$env:CONTENTFUL_SPACE="<contentful_space_id>" | ||
$env:CONTENTFUL_TOKEN="<contentful_acessToken>" | ||
``` | ||
**Bash:** | ||
``` | ||
export spaceId=<contentful_space_id> | ||
export accessToken=<contentful_acessToken> | ||
docker-compose up | ||
``` | ||
## Config File | ||
@@ -53,0 +67,0 @@ |
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
23214
5
202
- Removedjson2yaml@^1.1.0
- Removedjson2yaml@1.1.0(transitive)