Ask questions about the Netlify CMS open source project. netlifycms.org
Questions tagged [netlify-cms]
277 questions
0
votes
0 answers
Different Gatsby templates for Netlify CMS collection types?
Building a portfolio site using Gatsby and Netlify CMS. I'd like to have 2 different post types, one for projects and one for blog posts. I don't see any way to differentiate the Netlify collection types in gatsby-node.ts.
This is my netlify config…

aviemet
- 1,463
- 1
- 15
- 19
0
votes
1 answer
Netlify CMS date field is showing a glitch / error
My date field in Netlify is showing 08/19/2022 fam8/19/202205. How do I fix that?
My config.yml contains:
- {
label: 'Date',
name: 'date',
widget: 'datetime',
time_format: 'false',
format:…

Cain
- 1
0
votes
1 answer
Is it possible to implement search on a git based CMS?
I'm using a git-based CMS (Netlify CMS) and need to implement the content's search functionality. Is it possible in git-based CMS?

E_K
- 2,159
- 23
- 39
0
votes
1 answer
Nuxt.js create wrong path in Netlify CMS second collection
When I add a new collection to config.yml I get the wrong path from nuxt query-builder.
There is my config.yml
backend:
name: git-gateway
branch: main # Branch to update (optional; defaults to master)
media_folder: static/img
public_folder:…

Igor
- 11
- 2
0
votes
1 answer
I wanted to remove the GitHub login while accessing Netlify CMS for my gatsby blog but still getting login with GitHub button
I want to remove the Login with Gatsby option, I don't know why I'm getting it. I want to use the Invite only Registration option which I've enabled.
here's the blog linkenter link description here
I haven't installed OAuth provider as you can see…

Pavan Sargar
- 21
- 4
0
votes
1 answer
How do I format [future, non-current] dates in Eleventy + Nunjucks?
I'm building a site with a CMS (Netlify) for a local band, and they have future gig dates they will put on the site. So far the dates show up as very long non-formatted strings that include the time and time zone. I'm trying to figure out how to…

Molly
- 23
- 2
- 7
0
votes
1 answer
How to edit Hugo content files directly in content root folder
I am new to netlify and netlifyCMS. Did upload a Hugo site which is working well. Now trying to implement CMS. It is a very simple site with only a few *.md content files located directly in the root of the /content folder. How do I need to…

Manuel
- 3
- 3
0
votes
1 answer
Is it possible to add gatsby blog on a subdomain to pre existing gatsby site?
My question is:
I want to create a gatsby site (the main section of the website). I also want a gatsby run blog with netlify CMS (which is what the site will be hosted with) on the subdomain blog.site.com.
Is this possible? What would I need to…

Leon Michalak
- 413
- 6
- 14
0
votes
1 answer
Multiple Relation Item in Netlify CMS
I've two collections
Posts
Categories
In my case, each post can have multiple categories.
Hence the way I'm setting it is
Post has a field of type List which is further a Field of type Relation.
Is there a straightforward way to specify this…

Ashit Vora
- 2,902
- 2
- 27
- 39
0
votes
1 answer
Can you use Netlify CMS with a pure react app?
I have a React application deployed on Amplify (which I am happy to port over to Netlify), and I want to put Netlify CMS on it to make managing content easier.
It seems that everywhere I look, I see people using static site generators when setting…

stellenberger
- 125
- 8
0
votes
1 answer
How to get a list of posts in Netlify CMS?
I'd like to get a list of blog posts and the front matter to use in a site's homepage. I've looked around in the documentation of Netlify CMS but I didn't find anything that could work with this use case. I am using SvelteKit for this project

webdev03
- 5
- 1
- 5
0
votes
0 answers
Can Rails be used with Jekyll and NetlifyCMS?
I want to switch a static Jekyll+Netlify page to a Rails project that has all the Rails features - but still have Jekyll and NetlifyCMS in the frontend(i.e. editors can upload md files on GitHub, that rebuilds all the static text).
Since Rails has…

Qasim
- 1,554
- 1
- 13
- 22
0
votes
1 answer
Problem with gatsby-node.js trying to create markdown pages hooked to NetlifyCMS
I am trying to solve this issue for days.
I never wrote a gatsby-node.js but used a Gatsby NetlifyCMS starter that came with it.
From what I understand it's probably supposed to create a page from my markdown data automatically.
When I add code to…
user12648599
0
votes
0 answers
Can I convert a front matter string/list to array with nunjucks?
I'm using Eleventy and NetlifyCMS and I want one field that is a string (sepparated by comma) to convert to an array in JSON so I can search individual items in that field from Fuse.js
So I wrote a .njk file that builds a JSON index with all the…

Diego de Sousa
- 77
- 1
- 6
0
votes
1 answer
React: add HTML from generic file path at server-side build time
The use case I'm trying to fulfill:
Admin adds SVG along with new content in CMS, specifying in the CMS which svg goes with which content
CMS commits change to git (Netlify CMS)
Static site builds again
SVG is added inline so that it can be styled…

Rafael Emshoff
- 2,541
- 1
- 35
- 47