cdcm
Version:
Community driven content management. Content stored in a directories composed of json, markdown, and images.
26 lines (18 loc) • 493 B
Markdown
#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](http://fontawesome.io/icons/) icon.