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: b085071c77099e9b3c453b3063e6ba01382c39af (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: "your.email@somewhere.com"
  link: false
  icon: "fa-envelope"
  icon-pack: "fas"

social:
- icon: "fa-linkedin"
  icon_pack: "fab"
  link: "//linkedin.com"
- icon: "fa-github"
  icon_pack: "fab"
  link: "//github.com"
---