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

contact.yaml « data « exampleSite - github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 78fa982e157136e1e2a70940f4e891f489e4ec6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
---