generated
This commit is contained in:
parent
e032282ffd
commit
1f0fadab8d
2 changed files with 4 additions and 4 deletions
|
@ -6,12 +6,12 @@ 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
|
media_folder: assets/images
|
||||||
public_folder: static
|
public_folder: static
|
||||||
collections:
|
collections:
|
||||||
- name: 'content'
|
- name: 'posts'
|
||||||
label: 'Content'
|
label: 'Posts'
|
||||||
folder: 'content'
|
folder: 'content/posts'
|
||||||
create: true
|
create: true
|
||||||
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
||||||
editor:
|
editor:
|
||||||
|
|
BIN
public.zip
BIN
public.zip
Binary file not shown.
Loading…
Reference in a new issue