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

All Questions

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
129 views

Netlify CMS : Uncaught (in promise) Error: Failed to load config.yml (404)

I have configured CMS using js as follows index.html <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="...
Chirag Jain's user avatar
0 votes
1 answer
60 views

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', ...
Cain's user avatar
  • 1
0 votes
1 answer
58 views

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's user avatar
  • 2,239
-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
134 views

Static HTML end-user CMS?

Probably a very stupid question but I've been out of the game a long time now! For years I have been developing websites using HTML and CSS and making very responsive and modern websites that also ...
Scott Montford's user avatar
0 votes
1 answer
173 views

Integrating Netlify CMS with existing static website

I have a simple static website written with HTML, CSS, JS (with jQuery). Is it possible to integrate netlify CMS with my project? If yes then how?
Ansh Gujral's user avatar
1 vote
1 answer
398 views

NetlifyCMS - Collection content not found

I'm using https://github.com/netlify-templates/kaldi-hugo-cms-template I created a new collection ("pages") at config.yml and .md files are located at site/content. Front-end of the site is looking ...
Riku Lehtinen's user avatar