-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_data.html
More file actions
35 lines (35 loc) · 5.01 KB
/
Copy path_data.html
File metadata and controls
35 lines (35 loc) · 5.01 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
{% for page in site.pages %}{
"slug": "{{page.slug}}",
"title": "{{page.title}}"{% if page.body != empty %},
"body": {{page.body | json}}{% endif %}{% if page.assets.length > 0 %},
"assets": [{% for asset in page.assets %}{"url": "{{asset.url}}"}{% unless asset == page.assets.last %},{% endunless %}{% endfor %}]{% endif %}{% if page.meta.length > 0 %},
{% for meta in page.meta %}"{{meta.key}}": "{{meta.value}}"{% unless meta == page.meta.last %},{% endunless %}{% endfor %}{% endif %}{% if page.posts.length > 0 %},
"posts": [{% for post in page.posts %}{"slug": "{{post.slug}}", "permalink": "{{post.permalink}}", "date": "{{post.date | date: "%d.%m.%Y" }}", "title": "{{post.title}}"{% if post.body != empty %}, "body": {{post.body | json}}{% endif %}{% if post.assets.length > 0 %}, "assets": [{% for asset in post.assets %}{"url": "{{asset.url}}"}{% unless asset == post.assets.last %},{% endunless %}{% endfor %}]{% endif %}{% if post.meta.length > 0 %}, {% for meta in post.meta %}"{{meta.key}}": "{{meta.value}}"{% unless meta == post.meta.last %},{% endunless %}{% endfor %}{% endif %}}{% unless post == page.posts.last %},{% endunless %}{% endfor %}]{% endif %}{% if page.pages.length > 0 %},
"subpages": [{% for page in page.pages %}{
"slug": "{{page.slug}}",
"title": "{{page.title}}"{% if page.body != empty %},
"body": {{page.body | json}}{% endif %}{% if page.assets.length > 0 %},
"assets": [{% for asset in page.assets %}{"url": "{{asset.url}}"}{% unless asset == page.assets.last %},{% endunless %}{% endfor %}]{% endif %}{% if page.meta.length > 0 %},
{% for meta in page.meta %}"{{meta.key}}": "{{meta.value}}"{% unless meta == page.meta.last %},{% endunless %}{% endfor %}{% endif %}{% if page.posts.length > 0 %},
"posts": [{% for post in page.posts %}{"slug": "{{post.slug}}", "permalink": "{{post.permalink}}", "date": "{{post.date | date: "%d.%m.%Y" }}", "title": "{{post.title}}"{% if post.body != empty %}, "body": {{post.body | json}}{% endif %}{% if post.assets.length > 0 %}, "assets": [{% for asset in post.assets %}{"url": "{{asset.url}}"}{% unless asset == post.assets.last %},{% endunless %}{% endfor %}]{% endif %}{% if post.meta.length > 0 %}, {% for meta in post.meta %}"{{meta.key}}": "{{meta.value}}"{% unless meta == post.meta.last %},{% endunless %}{% endfor %}{% endif %}}{% unless post == page.posts.last %},{% endunless %}{% endfor %}]{% endif %}{% if page.pages.length > 0 %},
"subpages": [{% for page in page.pages %}{
"slug": "{{page.slug}}",
"title": "{{page.title}}"{% if page.body != empty %},
"body": {{page.body | json}}{% endif %}{% if page.assets.length > 0 %},
"assets": [{% for asset in page.assets %}{"url": "{{asset.url}}"}{% unless asset == page.assets.last %},{% endunless %}{% endfor %}]{% endif %}{% if page.meta.length > 0 %},
{% for meta in page.meta %}"{{meta.key}}": "{{meta.value}}"{% unless meta == page.meta.last %},{% endunless %}{% endfor %}{% endif %}{% if page.posts.length > 0 %},
"posts": [{% for post in page.posts %}{"slug": "{{post.slug}}", "permalink": "{{post.permalink}}", "date": "{{post.date | date: "%d.%m.%Y" }}", "title": "{{post.title}}"{% if post.body != empty %}, "body": {{post.body | json}}{% endif %}{% if post.assets.length > 0 %}, "assets": [{% for asset in post.assets %}{"url": "{{asset.url}}"}{% unless asset == post.assets.last %},{% endunless %}{% endfor %}]{% endif %}{% if post.meta.length > 0 %}, {% for meta in post.meta %}"{{meta.key}}": "{{meta.value}}"{% unless meta == post.meta.last %},{% endunless %}{% endfor %}{% endif %}}{% unless post == page.posts.last %},{% endunless %}{% endfor %}]{% endif %}{% if page.pages.length > 0 %},
"subpages": [{% for page in page.pages %}{
"slug": "{{page.slug}}",
"title": "{{page.title}}"{% if page.body != empty %},
"body": {{page.body | json}}{% endif %}{% if page.assets.length > 0 %},
"assets": [{% for asset in page.assets %}{"url": "{{asset.url}}"}{% unless asset == page.assets.last %},{% endunless %}{% endfor %}]{% endif %}{% if page.meta.length > 0 %},
{% for meta in page.meta %}"{{meta.key}}": "{{meta.value}}"{% unless meta == page.meta.last %},{% endunless %}{% endfor %}{% endif %}{% if page.posts.length > 0 %},
"posts": [{% for post in page.posts %}{"slug": "{{post.slug}}", "permalink": "{{post.permalink}}", "date": "{{post.date | date: "%d.%m.%Y" }}", "title": "{{post.title}}"{% if post.body != empty %}, "body": {{post.body | json}}{% endif %}{% if post.assets.length > 0 %}, "assets": [{% for asset in post.assets %}{"url": "{{asset.url}}"}{% unless asset == post.assets.last %},{% endunless %}{% endfor %}]{% endif %}{% if post.meta.length > 0 %}, {% for meta in post.meta %}"{{meta.key}}": "{{meta.value}}"{% unless meta == post.meta.last %},{% endunless %}{% endfor %}{% endif %}}{% unless post == page.posts.last %},{% endunless %}{% endfor %}]{% endif %}
}{% unless page == page.pages.last %},{% endunless %}{% endfor %}
]{% endif %}
}{% unless page == page.pages.last %},{% endunless %}{% endfor %}
]{% endif %}
}{% unless page == page.pages.last %},{% endunless %}{% endfor %}
]{% endif %}
}{% unless page == site.pages.last %},{% endunless %}{% endfor %}