-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticles-old.json
More file actions
35 lines (35 loc) · 853 Bytes
/
Copy patharticles-old.json
File metadata and controls
35 lines (35 loc) · 853 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
31
32
33
34
35
{
"format": "article-collection",
"version": 1,
"lastChanged": "2025-12-15",
"range": {
"from": "2024-01-01",
"to": "2024-12-31"
},
"articles": [
{
"id": "abcdef",
"slug": "old-article",
"title": "Old Article",
"date": "2024-12-10",
"tags": ["dev", "frontend"],
"authors": ["@jrmyv"],
"changes": [
{
"date": "2025-12-15",
"authors": ["@jrmyv"],
"description": ""
}
],
"content": {
"format": "markdown",
"encoding": "utf-8",
"body": "## Markdown body"
}
}
],
"previous": {
"path": null,
"lastChanged": null
}
}