-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.coffee
98 lines (82 loc) · 2.86 KB
/
settings.coffee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
url = 'https://stoned.audio'
description = """
Huge sound, noise isolation, in-ear mic, charging case, intuitive controls and zero wires.
"""
email =
subject: "You need to get Stoned"
body: """
#{description}
I'm getting Stoned. Are you?"""
twitter =
username: 'StonedHQ'
hashtags: 'stoned,getstoned,stonedlife'
text: "I'm getting Stoned. Are you?"
pinterest =
text: "Stoned Earbuds – #{description}"
module.exports =
site:
title: 'Stoned Audio'
name: 'stoned.audio'
url: url
copyright: '© Stoned Audio 2017'
shipDate: 'May 2017'
shipping:
prelaunch2016december:
date: 'January 2017'
2:
date: 'April 2017'
3:
date: 'May 2017'
meta:
description: description
facebook:
appid: '1648878842071733'
description: description
image: 'https://stoned.audio/img/fbshare.jpg'
title: 'Get Stoned'
twitter:
description: description
image: 'https://stoned.audio/img/twittershare.jpg'
title: 'Get Stoned'
social:
email:
shareLink: "mailto:?subject=#{encodeURIComponent email.subject}&body=#{encodeURIComponent email.body}"
twitter:
username: "@#{twitter.username}"
shareLink: "https://twitter.com/intent/tweet?url=#{encodeURIComponent url}&text=#{encodeURIComponent twitter.text}&hashtags=#{twitter.hashtags}&via=#{twitter.username}&original_referer=#{encodeURIComponent url}"
facebook:
username: 'StonedHQ'
shareLink: 'https://www.facebook.com/sharer/sharer.php?u=' + encodeURIComponent url
googlePlus:
shareLink: 'https://plus.google.com/share?url=' + encodeURIComponent url
pinterest:
shareLink: 'http://pinterest.com/pin/create/button/?url=' + encodeURIComponent(url) + '&media=' + encodeURIComponent(url + '/img/fbshare.jpg') + '&description=' + encodeURIComponent pinterest.text
legal:
email: '[email protected]'
name: 'Stoned Audio, LLC'
address: '405 Southwest Blvd #200, Kansas City, MO 64108'
state: 'Missouri'
contact:
email: '[email protected]'
phone: '(816) 542-0559'
press:
name: 'Zach Kelling'
email: '[email protected]'
phone: '(816) 542-0559'
support:
email: '[email protected]'
instafeed:
images: [
'https://www.instagram.com/p/BQWXKFGDTmd/'
'https://www.instagram.com/p/BNs0TbFjFdy/'
'https://www.instagram.com/p/BQMhde7jpIh/'
'https://www.instagram.com/p/BPiyHbED1-x/'
'https://www.instagram.com/p/BPNZ-INDDLN/'
'https://www.instagram.com/p/BPGTX1wD5yg/'
'https://www.instagram.com/p/BO_PL0Rj-p_/'
'https://www.instagram.com/p/BO5DxzmjZ7e/'
'https://www.instagram.com/p/BO2taM8juJL/'
'https://www.instagram.com/p/BNxQWAej2HJ/'
'https://www.instagram.com/p/BNuhTdmDG7O/'
'https://www.instagram.com/p/BOQYjbbjIjr/'
]