A Content Management System (CMS) for the Wowchemy website builder.
Built upon the open source Netlify CMS and Netlify Identity projects.
config/_default/config.yaml
to install the wowchemy-cms
Hugo Module so that you have something like:yaml
module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5
content/admin/index.md
file containing:```yaml
type: wowchemycms private: true outputs: - wowchemycms_config - HTML
```
main
, define it in config/_default/params.yaml
:yaml
cms:
branch: master
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.