This website supports the work of Mama Watoto Africa in collaboration with SCD Hub, a 501c3 non profit from Nederland, Colorado USA
The system we use is powered by a free content management system - DatoCMS , and Open-source Next.js sample to create a complete site. You can duplicate this template and deploy the frontend from GitHub.
This project uses Chackra Ui as Ui library, and cotains some samples block from Chakra Templates .
This project contains also some examples from Framer Motion.
Contains examples of how to use DatoCMS Metatags for SEO, StructuredText, ModularContent, Dato ResponsiveImage, Mux video stream, Embedded video from Youtube or Vimeo, Leaflet and Mapbox Map, Code Highlighter, Swiper Carousel and several other useful Blocks.
- multi language
- datocms full text search
- map sample block
repository: https://github.com/lorezz/next-datocms-template
demo: https://next-datocms-template.netlify.app
Clone the Datocms project.
Then deploy to Vercel or Netlify:
This button should start a setup that will guide you during the whole process
clone git@github.com:Lorezz/Next-DatoCMS-Template.git MY-PROJECT-NAME
cd MY-PROJECT-NAME
rm -fr *.git #remove all prev git
mv sample-env.local .env.local #and fill your variables
yarn install
yarn dev