generated

This commit is contained in:
forgejo-actions 2024-01-28 15:58:17 +00:00
parent 7aa62666b4
commit e032282ffd
2 changed files with 15 additions and 0 deletions

View file

@ -6,3 +6,18 @@ backend:
base_url: https://code.nutfactory.org # Root URL of your Gitea instance base_url: https://code.nutfactory.org # Root URL of your Gitea instance
# optional, defaults to master # optional, defaults to master
# branch: main # 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' }

Binary file not shown.