-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-example.json
66 lines (66 loc) · 2 KB
/
package-example.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
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
{
"name": "bulwark-static",
"version": "1.0.0",
"description": "Generate your podcast's static site",
"scripts": {
"build": "ts-node scripts/build.ts && site build",
"watch": "ts-node scripts/build.ts && site watch",
"serve": "ts-node scripts/build.ts && site serve",
"start": "npm run serve"
},
"author": "Anand Chowdhary <[email protected]>",
"license": "MIT",
"dependencies": {
"@staart/site": "^3.0.0-beta.6"
},
"devDependencies": {
"@types/inquirer": "^6.5.0",
"dotenv": "^8.2.0",
"got": "^11.1.0",
"inquirer": "^7.1.0",
"ts-node": "^8.10.1"
},
"@staart/site": {
"title": "Couples Therapy with Candice and Casey",
"listSubpages": true,
"ignoreHomeSubpages": true,
"theme": {
"headerBackgroundColor": "#7ed6df",
"headerTextColor": "#000000",
"textColor": "#002024",
"linkColor": "#000000",
"buttonBackgroundColor": "#f9ca24",
"buttonBackgroundColorLight": "#f6e58d",
"buttonTextColor": "#000000",
"doodleFillColor": "#f9ca24"
},
"navbar": [
"<a href='https://bulwarkfm.github.io/site/episodes'>Episodes</a>",
"<a href='https://bulwarkfm.github.io/site/listen'>How to Listen</a>"
],
"preFooter": [
{
"type": "message",
"style": {
"background-color": "var(--headerBackgroundColor)",
"color": "var(--headerTextColor)",
"padding": "5vh 0 10vh 0"
},
"illustration": "dancing",
"title": "Couples Therapy with Candice and Casey is available wherever you listen to podcasts.",
"ctaText": "Listen now →",
"ctaLink": "https://bulwarkfm.github.io/site/listen"
}
],
"footer": {
"text": "Hosted by Casey Neistat and Candice Pool",
"links": [
"<a href='https://bulwarkfm.github.io/glue/feed.xml'>RSS</a>",
"<a href='https://bulwarkfm.github.io/glue/meta.xml'>API</a>"
]
}
},
"bulwark": {
"apiUrl": "https://bulwarkfm.github.io/glue"
}
}