Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
35 views

Custom authentication using Decap CMS

I am trying to build a static site generator similar to this I want to use my own custom auth in my Hugo + Decap setup. Also how do I make sure that the changes in admin panel go to my Azure devops. ...
Prem Kumar's user avatar
1 vote
0 answers
211 views

11ty images not generating on Netlify, working ok locally

I have a small 11ty site running on Netlify and using Decap CMS (formerly Netlify CMS). There's an image field for uploading JPGs, and I've used 11ty Image to generate a Webp and an AVIF, then create ...
Derek Johnson's user avatar
-1 votes
2 answers
161 views

Any advice on choosing a Netlify CMS template?

enter image description hereI was originally working toward setting up a Wordpress blog for a friend... The requirements are that: -they would not need to do any 'code related' or tricky admin tasks ...
Chris Andrew's user avatar
0 votes
1 answer
38 views

Is it possible to automate NetlifyCMS to bookmark websites?

I use a Hugo on Netlify with NetlifyCMS to bookmark websites. But every time I want to do that I need to make it by hand and then publish. Is there any way to automate this? How would you go about if ...
idm's user avatar
  • 189
0 votes
0 answers
41 views

Gatsby transforming string into relative path

I have a field in the frontmatter for a page my_field: /contact/. When I query this field on my page it gets transformed into ../pages/contact but I want it to be exactly what I typed, just /contact/. ...
Jake's user avatar
  • 393
0 votes
1 answer
284 views

Make multilingual content folder template for Hugo with Netlify CMS

Any ideas on how to make a deeper sub-folder structure for the Netlify CMS template that serves the content pages. Is it possible to be done with Netlify CMS config.yml template. That's what I have ...
idm's user avatar
  • 189
3 votes
1 answer
370 views

Environment variables in Netflify CMS manual initialization (Gridsome)

I'm building a website with Gridsome and Netlify CMS, hosted with Netlify. The Netlify CMS stuff is located in /static/admin. I'm manually initializing the Netlify CMS in an index.js to change the ...
npie_'s user avatar
  • 53
0 votes
0 answers
203 views

How to use Netlify CMS with Novela theme?

I want to use Netlify CMS with Novela theme. The structure is here: https://github.com/narative/gatsby-theme-novela#step-2-folder-structure In particular, there are subfolders to "posts", and ...
Mostafa's user avatar
  • 1,551
1 vote
1 answer
569 views

Images breaking between localhost and Netlify using NetlifyCMS

OK, I'm pretty new to JAMstack, React, GatsbyJS, NetlifyCMS and Netlify, so do forgive me if this is simple. I have a site running using React and GatsbyJS, and have NetlifyCMS running too to control ...
Dan Farrow's user avatar
2 votes
1 answer
740 views

Gatsby + Netlify CMS: Any ways to enable featured images for each entry in src/pages/index.js?

is there any solution for enabling featured images in TOP/HOME page from the template https://github.com/netlify-templates/gatsby-starter-netlify-cms ? I meant to say I want the TOP/HOME page (src/...
Arisa's user avatar
  • 53