Welcome to mirror list, hosted at ThFree Co, Russian Federation.

services.yaml « data « exampleSite - github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f6dd545d8f5993389ad76954c70bfb7dcdd0ac03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: "SERVICES"
background_image: "services.jpg"

# List of services.
# Optional "text", "icon_pack" & "list"
services:
- name: "Service 1"
  icon: "fa-chalkboard-teacher"
  icon_pack: "fas"
  list: [ "One thing", "Another thing", "And some more ..." ]
- name: "Service 2"
  icon: "fa-window-restore"
  icon_pack: "fas"
  text: "I am also able to do this."
- name: "Service 3"
  icon: "fa-concierge-bell"
  icon_pack: "fas"
  text: "And this:"
  list: [ "Sub service 1", "Sub service 2" ]
---