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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/data/services.yaml')
-rw-r--r--exampleSite/data/services.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/exampleSite/data/services.yaml b/exampleSite/data/services.yaml
new file mode 100644
index 0000000..f6dd545
--- /dev/null
+++ b/exampleSite/data/services.yaml
@@ -0,0 +1,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" ]
+---