Skip to content

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:team@revolutionconf.com",
    "name": "EMail"
  }

The icon entry should be a valid Font Awesome icon.