This is a demo of the Hugo static site generator, Cloudinary digital asset manager and Decap CMS used together.
You need Hugo installed on your machine.
You need a Cloudinary account and get cloud name and api key. Replace the CLD_CLOUD_NAME
and CLD_API_KEY
in static/admin/config.yaml
, hugo.toml
and layouts/_default/baseof.html
with your own. You also have to be logged in to Cloudinary in the browser you are using to use the CMS widget.
Run hugo with hugo server
and open http://localhost:1313/ in your browser.
To run Decap CMS, run npx netlify-cms-proxy-server
in a parallel window.