/cloudnativegeo-org

experimenting with next.js + markdoc + netlify

Primary LanguageTypeScriptMIT LicenseMIT

Headless CMS and publishing workflow

using Next.js, Markdoc, and Netlify

  • Started from https://github.com/markdoc/markdoc-starter
  • Deployed to Netlify using GitHub integration
    • Next.js is being used in the simplest possible way, basically as a static site generator (SSG).
  • Added custom domain with SSL/TLS https://cloudnative.ricegeo.dev
  • Added minimal amount of content for a possible Cloud-Native Geospatial site
    • No effort spent on styling or layouting
  • Explored some ideas for "Headless CMS"
  • Created a custom React component as a new markdown tag.
  • Tested out Netlify's deploy preview feature.