Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 493 Bytes

social-media.md

File metadata and controls

25 lines (18 loc) · 493 Bytes

#Social Media

The social media object is an array of links. Each link object is a diffent link to a social media account. Include the full url.

  {
    "icon" : "twitter",
    "url": "https://twitter.com/revconf",
    "name": "Twitter"
  }

Other links may be added as well such as email:

  {
    "icon" : "envelope",
    "url": "mailto:[email protected]",
    "name": "EMail"
  }

The icon entry should be a valid Font Awesome icon.