Content Configurations

All content of all pre-built sections on home page you can edit in /data/home.yml and /data/about.yml file.

All pre-built sections name:

  • mainSlider

  • blurSlider

  • dispSlider

  • gridSlider

  • halfSlider

  • headingSection

  • gallerySection

  • parallaxSection

  • contactSection

  • descriptionSection

  • serviceSection

  • listSection

  • videoSection

  • teamSection

  • testimonialSection

  • clientsSection

For example data structure of heroSection:

### Main Slider [ mainSlider ]
main_slider:
  enable: true
  slides:
    - title: "Melanin <br>Goddess"
      subtitle: "branding"
      description: "
        Creativity is to discover a question that has never been asked. If one brings up an idiosyncratic question, the answer he gives will necessarily be unique as well.
      "
      link: "/portfolio/melanin-goddess/"
      image: "images/started-n26-1920x1080.jpg"

    - title: "Blue denim"
      subtitle: "ui/ux"
      description: "
        Creativity is to discover a question that has never been asked. If one brings up an idiosyncratic question, the answer he gives will necessarily be unique as well.
      "
      link: "/portfolio/blue-denim/"
      image: "images/started-n15-1920x1080.jpg"

    - title: "The Dance"
      subtitle: "art"
      description: "
        Creativity is to discover a question that has never been asked. If one brings up an idiosyncratic question, the answer he gives will necessarily be unique as well.
      "
      link: "/portfolio/the-dance/"
      image: "images/started-n15-1920x1080.jpg"
  • "enable" - true or false (Enable or Disable section)

  • "field_name" - all others fields are duplicate section data structure

Last updated