Questions tagged [netlify-cms]

Ask questions about the Netlify CMS open source project. netlifycms.org

277 questions
1
vote
1 answer

How to use environmental variables in a static Netlify page

So i have a static Webpage which uses some API. There's app.js file that has API key in it stored in an object property.I need to hide it using Netlify dev. How do I do that? How do I use Netlify dev tools in native js? I most probably need node js…
rolyuhh
  • 13
  • 2
1
vote
1 answer

Netlify CMS build on themeforest theme

I bought "SuperProps - React Next Landing Page Templates" from themeforest. This theme is based on the Gatsby-platform and this was hosted via Netlify. I wish to implement Netlify CMS, so that, I can make changes on the site via CMS. Is there any…
SajZ
  • 262
  • 3
  • 16
1
vote
1 answer

Render markdown/HTML from frontmatter in a Gatsby NetlifyCMS project

NetlifyCMS offers a markdown editor that allows the insertion of markdown (and code blocks) within frontmatter. The resulting markdown file might have content like: --- featureSubtitle: |- ![fdsaf](/img/cdc-w9keokhajkw-unsplash.jpg "blah") #…
larpo
  • 1,073
  • 1
  • 10
  • 18
1
vote
3 answers

Making Content Editable with Netlify CMS and Hugo

I'm trying to wrap my head around how I can go into the Netlify CMS and be able to edit the home page texts using Hugo. Days of research is leading me nowhere since all documents are about doing blog posts. Right now I have my Netlify config.yml in…
1
vote
0 answers

Gatsby-MDX + Netlify-CMS-Widget-MDX - TypeError: Cannot read property 'validate' of undefined

I am having trouble getting netlify-cms-widget-mdx to work. For now, I just cloned the gatsby-starter-mdx, set up netlify cms and am now trying to add this widget. My cms.js file looks as follows: import CMS from 'netlify-cms-app' import {…
1
vote
1 answer

Setting meta description on blog post with nuxt and NetlifyCMS

I am using the net Nuxt boilterplate for NetlifyCMS and it all works good, but I have a hard time figuring out how to set meta description on a blog post. My _blog.vue template has this