Collections

All sections and taxonomies.

Collections are automatically added based on Hugolify modules added (Sections) or (Taxonomies)

Add or remove collections

/config/_default/params.yaml

admin:
  collections:
    indexes: true
    pages: true
    # e.g. set to false to disable posts even if you load hugolify-theme-posts
    posts: false 

Create or override a collection

Add a yml collection file

layouts
  partials
    admin
      collections
        types
See examples in repository