Skip to content

alkem-io/website-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wowchemy CMS

A Content Management System (CMS) for the alkemio foundation website.

Built upon the open source Decap CMS and Netlify Identity projects.

Install

  1. Edit config/_default/config.yaml to install the wowchemy-plugin-netlify-cms module:

    module:
      imports:
        - path: github.com/alkem-io/website-cms
  2. Create a content/admin/index.md file containing:

    ---
    type: wowchemycms
    private: true
    outputs:
      - wowchemycms_config
      - HTML
    ---
    
  3. (Optional) If your Git repository's branch is not main, define it in config/_default/params.yaml:

    extensions:
      cms:
        branch: develop

About

CMS module for foundation website

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages