-
Notifications
You must be signed in to change notification settings - Fork 75
/
harp.json
22 lines (22 loc) · 916 Bytes
/
harp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"globals": {
"title": "DevFreeBooks",
"slug_title": "devfreebooks",
"description": "A collection of free books for devs",
"author": "Caio Ribeiro Pereira",
"email": "[email protected]",
"twitter": "crp_underground",
"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",
"header_color": "#333333",
"highlight_color": "#ffeaa7",
"google_search_console": "57vcywZyI5D313Nwa4fNZJKGhqXTW8wwnl9xfcx58zw",
"root_url": {
"development": "http://localhost:3000/",
"production": "https://devfreebooks.github.io/"
},
"utm": "utm_source=devfreebooks&utm_medium=medium&utm_campaign=DevFreeBooks"
}
}