Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 908 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 908 Bytes

Hugo Cloudinary Decap Demo

This is a demo of the Hugo static site generator, Cloudinary digital asset manager and Decap CMS used together.

Requirements

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.

Local development

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.