Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

experimenting with next.js + markdoc + netlify

License

Notifications You must be signed in to change notification settings

guidorice/cloudnativegeo-org

Repository files navigation

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.