-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
49 lines (49 loc) · 957 Bytes
/
Copy pathmetadata.json
File metadata and controls
49 lines (49 loc) · 957 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"title": "Robert Max Rees II WS CBS",
"url": "https://www.robertmaxrees.com/",
"language": "en",
"description": "It's about things!.",
"feed": {
"subtitle": "It's about things!.",
"filename": "feed.xml",
"path": "/feed/feed.xml",
"id": "https://www.robertmaxrees.com/"
},
"jsonfeed": {
"path": "/feed/feed.json",
"url": "https://www.robertmaxrees.com/feed/feed.json"
},
"author": {
"name": "Robert Max Rees II WS CBS",
"email": "robertmaxrees@gmail.com",
"url": "https://www.robertmaxrees.com/about-me/"
},
"nav": [{
"title": "home",
"url": "/"
},
{
"title": "posts",
"url": "/posts"
},
{
"title": "about",
"url": "/about"
},
{
"title": "contact",
"url": "/contact"
},
{
"title": "rss",
"url": "/feed/feed.xml"
},
{
"title": "search",
"url": "/search"
}],
"config": {
"showDateList": true,
"showDatePost": true
}
}