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

Questions tagged [decap-cms]

Decap CMS (formerly Netlify CMS) is an open source content management system that generates/edits markdown files, which are committed directly to a git repository (like GitHub). The repository is usually set up to then trigger a new build of the website using a static site generator.

10 votes
1 answer
8k views

Next.js: How to get static assets from within getStaticProps

I am using Netlify CMS. I want to import all the slides for a carousel into my component. I made a collection called slider and added a few slides. That created two markdown files (one for each slide) ...
nth-chile's user avatar
  • 715
1 vote
1 answer
745 views

`gatsby build` works locally, but not on netlify CMS

i'm deploying a prototype to netlify cms to experiment with the blog/markdown functionality that netlify cms offers. however, my build has failed (despite gatsby build working locally). i've seen that ...
cookiestarninja's user avatar
3 votes
1 answer
2k views

Using Netlify CMS with Hugo - creating posts with galleries

I'm new to both Hugo and Netlify, so it's possible I'm simply doing this wrong. I've successfully built and deployed a site with galleries, using Hugo, the Galleria plugin, and deploying to Netlify ...
Starfall Projects's user avatar
2 votes
1 answer
2k views

How to create a single Gatsby Page to show and filter all blog posts by tag/category

Hello i'm building a blog using Gatsby and Netlify CMS. I started off from the gatsby-starter-netlify-cms template. I have the /blog page where i currently display all posts and also a list of all the ...
lemurweb's user avatar
2 votes
1 answer
910 views

Automatically add new posts to the Sidebar

I'm using VuePress and NetlifyCMS as Content Management. I have 3 collections (design, front-end and back-end) which contains an indefinite number of pages. Those pages are created through the ...
Quentin's user avatar
  • 3,249
1 vote
1 answer
487 views

How to use the container Hugo version with One Click Netlify CMS example

In the Netlify CMS community chat, the question keeps coming up how to manage the Hugo version without a bin folder and executable. The one-click-hugo-cms example is a deploy to generate a Hugo ...
talves's user avatar
  • 14.3k
0 votes
1 answer
2k views

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 ...
Juan_mejia's user avatar
0 votes
2 answers
3k views

Gatsby failing production build

Recently, Gatsby started failing to build a production version of the site. Development version builds fine. It seems to be some Babel issue but I can't figure out what it is. I've upgraded ...
Carlos B.'s user avatar
  • 107