Overview:
This repository contains a Hugo website integrated with a DatoCMS site. The site is deployed on Netlify. The content stored in DatoCMS is translated into local Hugo files using a NodeJs module called datocms-client. To use this, the datocms-client module needs to be added to your Hugo project.
Features:
- Integration of Hugo website with DatoCMS site
- Deployment on Netlify
- Translation of content from DatoCMS to local Hugo files using datocms-client module
Installation:
To install and use this theme, follow these steps:
- Set up the DatoCMS project and schema by clicking on the “Deploy with DatoCMS” button.
- Install the dependencies of this project.
- Create an
.envfile in your project directory and add the read-only API token of your DatoCMS site. - Run the website in development mode with live-reload using the following command:
command1
- Build the final, production ready static website. The result will be saved in the public directory.
command2
Summary:
This repository provides a Hugo website integrated with a DatoCMS site. The content from DatoCMS is translated into local Hugo files using the datocms-client module. The site can be deployed on Netlify and built into a production ready static website.