shit
This commit is contained in:
parent
cc7544b74b
commit
85b973ccf8
|
@ -1,7 +1,7 @@
|
||||||
backend:
|
backend:
|
||||||
name: gitea
|
name: gitea
|
||||||
repo: morgan/blog
|
repo: morgan/blog
|
||||||
app_id: 64d5b875-e747-4176-b545-ce7a3b0c7f16
|
app_id: dab0cf1e-dc7b-4bdb-a464-7a663d627553
|
||||||
api_root: https://git.morgan.kr/api/v1
|
api_root: https://git.morgan.kr/api/v1
|
||||||
base_url: https://git.morgan.kr
|
base_url: https://git.morgan.kr
|
||||||
branch: main
|
branch: main
|
||||||
|
@ -25,12 +25,12 @@ collections:
|
||||||
- { label: 'Description', name: 'description', widget: 'string', required: false }
|
- { label: 'Description', name: 'description', widget: 'string', required: false }
|
||||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||||
|
|
||||||
- name: 'daily'
|
- name: 'blog'
|
||||||
label: 'Daily'
|
label: 'Blog'
|
||||||
folder: 'content/daily'
|
folder: 'content/blog'
|
||||||
create: true
|
create: true
|
||||||
publish_mode: editorial_workflow
|
publish_mode: editorial_workflow
|
||||||
slug: '{{year}}-{{month}}-{{day}}'
|
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
||||||
editor:
|
editor:
|
||||||
preview: false
|
preview: false
|
||||||
fields:
|
fields:
|
||||||
|
@ -38,18 +38,3 @@ collections:
|
||||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||||
- { label: 'Slug', name: 'slug', widget: 'string' }
|
- { label: 'Slug', name: 'slug', widget: 'string' }
|
||||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||||
|
|
||||||
- name: 'diary'
|
|
||||||
label: 'Diary'
|
|
||||||
folder: 'content/diary'
|
|
||||||
create: true
|
|
||||||
publish_mode: editorial_workflow
|
|
||||||
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
|
||||||
editor:
|
|
||||||
preview: false
|
|
||||||
fields:
|
|
||||||
- { label: 'Title', name: 'title', widget: 'string' }
|
|
||||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
|
||||||
- { label: 'Slug', name: 'slug', widget: 'string' }
|
|
||||||
- { label: 'Description', name: 'description', widget: 'string', required: false }
|
|
||||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
|
||||||
|
|
Loading…
Reference in New Issue