-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts.json
More file actions
30 lines (30 loc) · 805 Bytes
/
posts.json
File metadata and controls
30 lines (30 loc) · 805 Bytes
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
[
{
"id": "vfox",
"title": "Effortless Environment Setup",
"released_at": "2024-07-11",
"image_path": "vfox.jpg",
"read_time_in_minutes": 5
},
{
"id": "git_prepare_commit_message",
"title": "Maximizing Productivity",
"released_at": "2024-05-11",
"image_path": "git_hook.jpg",
"read_time_in_minutes": 5
},
{
"id": "behind_the_blog",
"title": "Behind the Blog",
"released_at": "2024-04-23",
"image_path": "creating_the_blog.webp",
"read_time_in_minutes": 15
},
{
"id": "breaking_the_ice",
"title": "Breaking the ice",
"released_at": "2024-04-17",
"image_path": "breaking_the_ice.jpg",
"read_time_in_minutes": 1
}
]