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/contact.yaml')
-rw-r--r--exampleSite/data/contact.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/exampleSite/data/contact.yaml b/exampleSite/data/contact.yaml
new file mode 100644
index 0000000..78fa982
--- /dev/null
+++ b/exampleSite/data/contact.yaml
@@ -0,0 +1,20 @@
+---
+title: "CONTACT"
+background_image: "contact.jpg"
+photo: "user-tie.png"
+description: "Very short text with a call to action."
+
+email:
+ address: "you.email@somewhere.com"
+ link: false
+ icon: "fa-envelope"
+ icon-pack: "fas"
+
+social:
+- icon: "fa-linkedin"
+ icon_pack: "fab"
+ link: "//linkedin.com/in/derekseverin"
+- icon: "fa-github"
+ icon_pack: "fab"
+ link: "//github.com/2-REC"
+---