fix: folder collection path (#549)
This commit is contained in:
committed by
GitHub
parent
93915dac35
commit
8f7237ab7c
@ -1,9 +1,9 @@
|
||||
{
|
||||
"front_limit": 5,
|
||||
"front_limit": 6,
|
||||
"site_title": "Test",
|
||||
"posts": {
|
||||
"front_limit": 4,
|
||||
"author": "Bob",
|
||||
"thumb": "/backends/proxy/assets/upload/kanefreeman_2.jpg"
|
||||
}
|
||||
}
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
title: Something something something...
|
||||
draft: false
|
||||
date: 2022-11-01 06:30
|
||||
image: /backends/proxy/assets/posts/ori_3587884_d966kldqzc6mvdeq67hyk16rnbe3gb1k8eeoy31s_shark-icon.jpg
|
||||
image: ori_3587884_d966kldqzc6mvdeq67hyk16rnbe3gb1k8eeoy31s_shark-icon.jpg
|
||||
---
|
||||
# Welcome
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
@ -1,13 +0,0 @@
|
||||
---
|
||||
title: Test
|
||||
draft: false
|
||||
date: 2022-11-01 14:28
|
||||
image: /backends/proxy/assets/posts/kittens.jpg
|
||||
---
|
||||
Test2
|
||||
|
||||
<br>
|
||||

|
||||

|
||||
|
||||

|
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: Test
|
||||
draft: false
|
||||
date: 2022-11-01 14:28
|
||||
image: kittens.jpg
|
||||
---
|
||||
Test234t6
|
||||
|
||||
[Test](https://example.com)
|
||||
|
||||

|
Binary file not shown.
After Width: | Height: | Size: 330 KiB |
Binary file not shown.
After Width: | Height: | Size: 310 KiB |
@ -1,7 +0,0 @@
|
||||
---
|
||||
title: Test3
|
||||
draft: false
|
||||
date: 2022-11-02 08:43
|
||||
image: /backends/proxy/assets/upload/kanefreeman_2.jpg
|
||||
---
|
||||
test25555
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Test3
|
||||
draft: false
|
||||
date: 2022-11-02 08:43
|
||||
image: ori_3587884_d966kldqzc6mvdeq67hyk16rnbe3gb1k8eeoy31s_shark-icon.jpg
|
||||
---
|
||||
test2555556
|
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
Before Width: | Height: | Size: 182 KiB |
@ -24,14 +24,15 @@ collections:
|
||||
- name: posts
|
||||
label: Posts
|
||||
label_singular: Post
|
||||
media_folder: /packages/core/dev-test/backends/proxy/assets/posts
|
||||
public_folder: /backends/proxy/assets/posts
|
||||
description: >
|
||||
The description is a great place for tone setting, high level information,
|
||||
and editing guidelines that are specific to a collection.
|
||||
folder: packages/core/dev-test/backends/proxy/_posts
|
||||
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
||||
summary: '{{title}} -- {{year}}/{{month}}/{{day}}'
|
||||
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
||||
media_folder: ""
|
||||
public_folder: ""
|
||||
path: "{{year}}-{{month}}-{{day}}-{{slug}}/index"
|
||||
sortable_fields:
|
||||
fields:
|
||||
- title
|
||||
|
Reference in New Issue
Block a user