-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata-en.json
More file actions
50 lines (50 loc) · 1.58 KB
/
data-en.json
File metadata and controls
50 lines (50 loc) · 1.58 KB
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
{
"articles": [
{
"id": 1,
"title": "Introduction to Ruby on Rails",
"summary": "This article introduces the basics of Vue 3 and how to get started with it.",
"path": "/posts/content/post_1.md",
"publishedAt": "2024-01-01",
"categories": [{ "name": "Ruby on Rails" }, { "name": "JavaScript" }],
"status": "archived",
"language": "en"
},
{
"id": 2,
"title": "Extensions for Elixir in vscode",
"summary": "Principais extenções para usar no vscode para desenvolver com Elixir.",
"path": "/posts/content/post_2.md",
"publishedAt": "2024-12-06",
"categories": [{ "name": "Elixir" }],
"status": "archived",
"language": "en"
},
{
"id": 3,
"title": "Elixir development environment",
"summary": "Learn how TypeScript can improve your frontend development and integrate it with Vue.",
"path": "/posts/content/post_3.md",
"publishedAt": "2024-01-05",
"categories": [{ "name": "Elixir" }, { "name": "Docker" }],
"status": "archived",
"language": "en"
},
{
"id": 4,
"title": "TypeScript com Vue",
"summary": "Learn how TypeScript can improve your frontend development and integrate it with Vue.",
"path": "/posts/content/post_3.md",
"publishedAt": "2024-01-05",
"categories": [{ "name": "Elixir" }, { "name": "Docker" }],
"status": "archived",
"language": "en"
}
],
"categories": [
{ "name": "Vue.js"},
{ "name": "JavaScript"},
{ "name": "Ruby on Rails"},
{ "name": "Elixir"}
]
}