Service

Service pages are part of the services collection. You can add, delete and edit these pages in the _collections/service folder.

Service pages are automatically listed on the services page

They are also displayed on the home page if you enable the services section in the home page frontmatter (this is enabled by default).

Frontmatter

# collections/_services/web-design.md
---
title: "Web Development"
description: "Our experienced software engineers develop websites and desktop applications"
date: 2018-11-28T15:14:54+10:00
weight: 1
header_transparent: true
fa_icon: false
icon: "assets/images/services/icons8-source-code-100.png"
thumbnail: "https://source.unsplash.com/pjAH2Ax4uWk/640x360"
image: "https://source.unsplash.com/pjAH2Ax4uWk/640x360"

hero:
  enabled: true
  heading: "Web Development"
  sub_heading: "Our experienced software engineers develop websites and desktop applications"
  background_image: "https://source.unsplash.com/pjAH2Ax4uWk/2000x1125"
  background_image_blend_mode: false
---

Config

Filling in the hero section frontmatter will add a full-width hero design at the top of the service page. If you remove the hero section or set hero.enabled: false then the service page will use the title, description and image, fa_icon or icon fields at the top of the page.