Ask questions about the Netlify CMS open source project. netlifycms.org
Questions tagged [netlify-cms]
277 questions
0
votes
1 answer
How can I create a Netlify CMS collection file upon the submission of a Netlify Form?
I currently have a GatsbyJS app that is using Netlify CMS (NCMS) for content management and Netlify via GitHub for hosting/deployment.
I would like to build a very simple order form system, but I would like to use JSON files and NCMS collections to…

Esten
- 1,385
- 2
- 12
- 21
0
votes
1 answer
How to add image upload functionality in Netlify CMS
Hi I'm new to Netlify CMS I just learned about it from a blog
so I have config.yml that creates two input fields in Netlify CMS
Sample:
collections:
- name: 'team'
label: 'Team'
folder: 'src/team'
create: true
slug: '{{slug}}'
…
user11211209
0
votes
1 answer
Netlify saving images as>- https://raw.githubusercontent.com
My netlify admin started saving images like this to the markdown files
image: >-
https://raw.githubusercontent.com///master/static/img/myimage.png
How do I change it to save like this? Otherwise, I need to manually change after each…

stampede76
- 1,521
- 2
- 20
- 36
0
votes
2 answers
npm start to bind to linux container ip address
I need to be able to bind my linux container 'npm start' address to 10.XX.XX.XX so I may be able to view from my host box. Both host and container are Ubuntu. Host is Ubuntu 18 and container is 16 Xenial.
I am currently following a netlify-cms…

earth2jason
- 715
- 1
- 9
- 20
0
votes
1 answer
Netlify deploy for Hugo starter fails with "spawn EACCES" error
I have used the Netlify CMS Hugo Site Starter to set up a site and it worked fine.
Then I took the files from the repository that was created and moved them over to a new Git repository and created a new Netlify site based on that repository.…

Ruud van Falier
- 8,765
- 5
- 30
- 59
0
votes
0 answers
how to grab specific elements inside a gatsby graphql html node
when I query the data through grapghql, it includes them all inside a html node not independent nodes
let's say that I have inserted two title tags to the CMS and I want to use those tags inside of a component
query BlogPostByPath {
markdownRemark…

technolaaji
- 359
- 2
- 8
0
votes
1 answer
error building static HTML pages in Gatsby
Getting an error when building site even though Gatsby develop works fine, the markdown is coming from Netlify CMS. The specific error is:
error Building static HTML failed for path "/null"
See our docs page on debugging HTML builds for help…

shan
- 81
- 1
- 10
0
votes
1 answer
Graphql query in Gatsby static query component with markdown file
I have been trying to wrap my head around this question for a while and couldn't sort it out.
To sum things up, I'm trying to make a Gatsby site with netlify CMS. The purpose of the CMS will not be to create or delete pages but to be able to edit…

Max
- 63
- 6
0
votes
2 answers
How to optimize images uploaded through Netlify CMS?
I have a Hugo site and I'm using Netlify CMS to manage the content. Everytime the site builds, it runs a Gulp task that optimizes images from the src folder to the static folder. But, the problem is, when I upload an image through the CMS, it stores…

taylor018
- 351
- 2
- 16
0
votes
1 answer
Netlify deployed site view different than local jekyll serve
I am trying to deploy a jekyll website, specifically, in the Jekyll Uno template. The local view is completely fine, however, when I tried to deploy it, it looked something like this. P.S. the github repo is this and the local view looks like this.…

srdg
- 585
- 1
- 4
- 15
0
votes
1 answer
Uncaught type error on netlify cms admin login
I could not login my netlify cms admin panel, basically it's jekyll theme hosted on Github with custom domain.
When I click on login button it's show a following error on console
My Domain https://www.mominriyadh.me

Momin
- 3,200
- 3
- 30
- 48
0
votes
2 answers
How to get a redirect chain working in Netlify?
I have a _redirects file in my netlify directory structure
/
- site
-- _redirects
_redirects
https://example.netlify.com/ https://www.example.com/:splat 301!
https://www.example.com/post/196 https://www.example.com/comic/post-name
Problem:
The…

Wronski
- 1,506
- 3
- 18
- 37
0
votes
1 answer
Netlify CMS multiple environment merging strategy
Brand new to netlify/netlify-cms.
This is probably going to sound like a very stupid question. My team is very interested in using netlify for a website rewrite to replace WordPress.
However, there is one thing that I am stuck on understanding.
I'm…

Luke Janssen
- 21
- 2
0
votes
1 answer
On Gatsby CMS how can i set the about page as a index page
Hi I installed the gatsby cms starter with netlify, this project came with a started template called kaldi that have a basic post and pages, is easy to create fields and build the grapql data, but Im confuse the way that the route works, for example…

Juan_mejia
- 63
- 1
- 10
0
votes
1 answer
How to manage internationalization with Hugo and NetlifyCMS
I am working on a Hugo site with NetlifyCMS integration (GitLab as backend).
I wanna know what options I have to allow modification of the internationalization files that Hugo uses (i18n/en.yaml, i18n/fr.yaml, ...) from within the NetlifyCMS admin…

eyettea
- 1,376
- 2
- 16
- 35