Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

contentful-hugo

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-hugo - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

3

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc