-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathposts.json
More file actions
46 lines (46 loc) · 1.59 KB
/
posts.json
File metadata and controls
46 lines (46 loc) · 1.59 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
{
"posts": [
{
"title": "HOW TO POST ON MADDONSMANAGER",
"folder": "how-to-post-on-maddonsmanager",
"cover_image": "banner.webp",
"author": {
"avatar": "avatar.bmp",
"name": "Jeff aka Sitoz",
"email": "pentsec.2@protonmail.com",
"url": "https://github.com/PentSec"
},
"tags": ["maddons", "guide"],
"description": "Whit this guide you will learn how to post on MaddonsManager",
"date": "2024-12-28"
},
{
"title": "How to modernize your client 3.3.5",
"folder": "modernize-client-3.3.5",
"cover_image": "banner.png",
"author": {
"avatar": "avatar.bmp",
"name": "Marotheit",
"email": "Marotheit",
"url": "https://github.com/Marotheit"
},
"tags": ["wow", "guide"],
"description": "A guide to modernize World of Warcraft 3.3.5",
"date": "2024-12-25"
},
{
"title": "How to install MaddonsManager",
"folder": "maddonsmanager",
"cover_image": "banner.png",
"author": {
"avatar": "avatar.bmp",
"name": "Jeff aka Sitoz",
"email": "pentsec.2@protonmail.com",
"url": "https://github.com/PentSec"
},
"tags": ["maddons", "guide"],
"description": "A guide to install MaddonsManager",
"date": "2024-12-25"
}
]
}