Content Configurations

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

All pre-built sections name:

  • heroSection

  • aboutSection

  • resumeSection

  • portfolioSection

  • pricingSection

  • testimonialSection

  • blogSection

  • clientsSection

  • contactSection

For example data structure of heroSection:

### Hero [ heroSection ]
hero:
  enable: true
  image: "images/about/profile.png"
  image_alt: "Federico Ober"
  title: "Federico <br>Ober"
  subtitle: "UI UX DESIGNER"
  description: "I\"m a UI/UX Designer based in NewYork and enjoy playing with colors. I love travelling, photography &amp; music."
  info:
    - label: "Born in"
      value: "NewYork"

    - label: "Experience"
      value: "7+ Years"

    - label: "Date of Birth"
      value: "27 June 1992"
  • "enable" - true or false (Enable or Disable section)

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

Last updated