Skip to content

Commit e70ecc9

Browse files
Shodipo AyomideShodipo Ayomide
Shodipo Ayomide
authored and
Shodipo Ayomide
committed
[WIP] Deployment
1 parent bf526ad commit e70ecc9

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.now

now.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": 2,
3+
"name": "awesome-cloudinary",
4+
"builds": [
5+
{
6+
"src": "*.css",
7+
"use": "@now/static"
8+
},
9+
{
10+
"src": "readme.md",
11+
"use": "@now/md",
12+
"config": {
13+
"title": "Awesome Cloudinary",
14+
"language": "en",
15+
"meta": [{ "name": "description", "content": " A curated list of awesome resources : books, videos, articles about getting started and using Cloudinary (A comprehensive cloud-based image and video management platform)"}],
16+
"css": "/style.css"
17+
}
18+
}
19+
]
20+
}

style.css

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Empty for now */

0 commit comments

Comments
 (0)