CloudCannon

Content management Git-based.

Not available in production Maintened CMS Compatibility WIP

Warning: Not supported features

  • i18n structure
  • Map Widget

Enable CloudCannon

/config/_default/params.yaml

admin:
  cms: cloudcannon

Build config file

Build a cloudcannon.config.yml file with Hugo and NodeJS script. This file needs to be versioned.

yarn build:config:cloudcannon

Group collections

/config/_default/params.yaml

admin:
  collection_groups:
    - heading: Posts
      collections:
        - posts
        - posts_categories
        - posts_tags

Card preview collections

/config/_default/params.yaml

admin:
  collections:
    persons:
      card_preview:
        subtext:
          - key: persons_statutes
          - key: persons_expertises
          - key: description

Documentation