mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-17 15:11:52 +00:00
Update MetlifyCMS config
This commit is contained in:
parent
ed0ca27195
commit
47c26d2e1b
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,9 @@ backend:
|
|||
repo: GlitchFamily/now-playing
|
||||
branch: main
|
||||
#local_backend: true
|
||||
site_url: https://music.glitch.family
|
||||
display_url: https://music.glitch.family
|
||||
logo_url: https://music.glitch.family/images/logo-glitch-family.svg
|
||||
media_folder: assets/upload
|
||||
public_folder: "/upload"
|
||||
collections:
|
||||
|
@ -14,6 +17,7 @@ collections:
|
|||
label: Album
|
||||
format: frontmatter
|
||||
folder: content/musics
|
||||
sortable_fields: ['date']
|
||||
fields:
|
||||
- name: title
|
||||
label: Name
|
||||
|
|
Loading…
Reference in a new issue