-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcta.json
54 lines (54 loc) · 1.46 KB
/
cta.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
{
"app": {
"config": "./src/settings/cta.json",
"cwd": "./",
"deterministicOrder": true,
"display": true,
"dist": "public/cta.json",
"filePattern": "**/*.md",
"ignore": "",
"port": 3001,
"server": false,
"src": "src/cta/",
"name": "cta",
"metadata": false,
"version": "1.6.1"
},
"data": [
{
"id": "ai-tell-me-a-story",
"contents": "",
"title": "Get ready to share the magic of storytelling with my book AI, Tell Me a Story.",
"website": "https://aitellmeastory.clydedsouza.net",
"excerpt": ""
},
{
"id": "mama-tell-me-a-story",
"contents": "",
"title": "Unlock your child's superpower by reading them a story from my book Mama, Tell Me a Story",
"website": "https://mamatellmeastory.clydedsouza.net",
"excerpt": ""
},
{
"id": "skillshare",
"contents": "",
"title": "Learn about a healthy alternative to binge watching on Netflix.",
"website": "https://www.skillshare.com/r/user/clydedsouza",
"excerpt": ""
},
{
"id": "udemy",
"contents": "",
"title": "Would you invest in your future? Would you learn something new today?",
"website": "https://www.udemy.com/user/clydedsouza/",
"excerpt": ""
},
{
"id": "youtube",
"contents": "",
"title": "Have you seen this YouTube channel?",
"website": "https://www.youtube.com/@clydedz",
"excerpt": ""
}
]
}