Config Errors:
YAMLSyntaxError: All collection items must start at the same column at line 9, column 5:
- name: “pages”,
^^^^^^^^^^^^^^…
Check your config.yml file.
Here is my Yaml.config file
backend:
name: git-gateway
# This line should *not* be indented
media_folder: "media" # Media files will be stored in the repo under images/uploads
collections:
- name: "pages",
label: "Junctions",
files:
- label: "Homepage",
name: "homepage",
file: "index.html"
fields:
{
- { label: "Layout", name: "layout", widget: "hidden", default: "link.njk" }
- { label: "Description", name: "description", widget: "text" }
- { label: "Destination", name: "destination", widget: "text" }
}