forked from devfreebooks/devfreebooks.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathharp.json
33 lines (33 loc) · 1.31 KB
/
harp.json
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
{
"globals": {
"title": "DevFreeBooks",
"slug_title": "devfreebooks",
"description": "A collection of free books for developers",
"author": "Caio Ribeiro Pereira",
"email": "[email protected]",
"github_url": "https://github.com/devfreebooks/devfreebooks.github.io",
"github_repo": "[email protected]:devfreebooks/devfreebooks.github.io.git",
"form_url": "https://docs.google.com/forms/d/e/1FAIpQLSeXsmlLo3S7lJF82LGTOMoMpA4vg_T38Ez47gQoU6P6KaFwQg/viewform",
"hackernews_id": "12909967",
"root_url": {
"development": "http://localhost:3000/",
"production": "https://devfreebooks.github.io/"
},
"devfreecasts": {
"title": "DevFreeCasts",
"about": "A huge collection of free screencasts for developers",
"url": "https://devfreecasts.github.io?utm_source=devfreebooks"
},
"devnewsletters": {
"title": "DevNewsletters",
"about": "A collection of newsletters for developers subscribe",
"url": "https://devnewsletters.github.io?utm_source=devfreebooks"
},
"watchcoins": {
"title": "WatchCoins",
"about": "Track bitcoins/altcoins quotations in realtime",
"url": "https://watchcoins.net/?utm_source=devfreebooks"
},
"utm": "utm_source=devfreebooks&utm_medium=medium&utm_campaign=DevFreeBooks"
}
}