Services

To edit the services page edit src/services.md

The services page uses the layout: list

The services page automatically lists service content from the services collection src/services

Frontmatter

# src/services.md

---
layout: list
title: Services
description: "A selection of our digital services"
permalink: "/services/"
header_transparent: true

hero:
  enabled: true
  heading: "Services"
  sub_heading: "We offer a complete range of digital services."
  text_color: "#FFFFFF"
  background_color: false
  background_gradient: true
  background_image: "/assets/images/gen/home/home-8-large.webp"
  background_image_blend_mode: overlay # "overlay", "multiply", "screen"
  fullscreen_mobile: false
  fullscreen_desktop: false
  height: "500px"
  buttons:
    enabled: false
    list:
      - text: "Contact Us"
        url: "/contact"
        external: false
        fa_icon: false
        size: large
        outline: true
        style: "light"

grid:
  collection: "services"
  sort_by: "weight" # "date", "weight"
  columns: 3
  prevent_click: false

intro:
  enabled: false
  align: left
  image: false
  heading: "A Full Service Agency"
  sub_heading: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut eget sapien in elit semper accumsan. Pellentesque accumsan ut tortor eu varius. Sed id tincidunt massa, ut egestas orci."
  buttons:
    enabled: false
    list:
      - text: "About Us"
        url: "/about/"
        external: false
        fa_icon: false
        size: normal

outro:
  enabled: true
  align: left
  image: false
  heading: "Ready to get started?"
  sub_heading: "Contact us today for a free quote!"
  buttons:
    enabled: true
    list:
      - text: "Get A Quote"
        url: "/contact"
        external: false
        fa_icon: false
        size: normal
---

Config

The services page uses the layout: list - This layout requires that you also specify the collection field. The services page uses collection: 'services'

The frontmatter sections hero, intro and outro are all optional. They allow you to enhance the design with extra info above and below the list of services in the middle of the page.

To remove a section simply delete the frontmatter field or set enabled: false