Data

Sites that may have content authored from various individuals can be accommodated by using data files.

This is an example of data files based in _data/clients_carousel.yml

# /_data/clients_carousel.yml
---
brands:
  images:
    - img: "/assets/images/art/z1.svg"
      url: "#"
      alt: "brand z1"
    - img: "/assets/images/art/z2.svg"
      url: "#"
      alt: "brand z2"
    - img: "/assets/images/art/z3.svg"
      url: "#"
      alt: "brand z3"
    - img: "/assets/images/art/z4.svg"
      url: "#"
      alt: "brand z4"
    - img: "/assets/images/art/z5.svg"
      url: "#"
      alt: "brand z5"
    - img: "/assets/images/art/z6.svg"
      url: "#"
      alt: "brand z6"
    - img: "/assets/images/art/z7.svg"
      url: "#"
      alt: "brand z7"
    - img: "/assets/images/art/z8.svg"
      url: "#"
      alt: "brand z8"
---

Similar we have data files for more components.