-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.coffee
41 lines (34 loc) · 1.13 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
url = 'https://shop.js.org'
description = """
Exactly Every Ecommerce Element Everyone Expects
"""
twitter =
username: ''
hashtags: 'hanzo,shopjs,javascript,coffeescript'
text: ''
module.exports =
site:
title: 'Shop.js'
name: 'shop.js'
url: url
copyright: '© Hanzo'
meta:
description: description
facebook:
appid: '1648878842071733'
description: description
image: 'https://shop.js.org/img/logo.png'
title: 'Shop.js'
twitter:
description: description
image: 'https://shop.js.org/img/logo.png'
title: 'Shop.js'
social:
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