A Content Management System (CMS) for the alkemio foundation website.
Built upon the open source Decap CMS and Netlify Identity projects.
-
Edit
config/_default/config.yaml
to install thewowchemy-plugin-netlify-cms
module:module: imports: - path: github.com/alkem-io/website-cms
-
Create a
content/admin/index.md
file containing:--- type: wowchemycms private: true outputs: - wowchemycms_config - HTML ---
-
(Optional) If your Git repository's branch is not
main
, define it inconfig/_default/params.yaml
:extensions: cms: branch: develop