generated
This commit is contained in:
parent
7aa62666b4
commit
e032282ffd
2 changed files with 15 additions and 0 deletions
|
@ -6,3 +6,18 @@ backend:
|
|||
base_url: https://code.nutfactory.org # Root URL of your Gitea instance
|
||||
# optional, defaults to master
|
||||
# branch: main
|
||||
media_folder: assets
|
||||
public_folder: static
|
||||
collections:
|
||||
- name: 'content'
|
||||
label: 'Content'
|
||||
folder: 'content'
|
||||
create: true
|
||||
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
||||
editor:
|
||||
preview: false
|
||||
fields:
|
||||
- { label: 'Title', name: 'title', widget: 'string' }
|
||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||
- { label: 'Description', name: 'description', widget: 'string' }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
|
|
BIN
public.zip
BIN
public.zip
Binary file not shown.
Loading…
Reference in a new issue