fix wrong path of hugo.toml

This commit is contained in:
Michi 2025-04-06 10:16:24 +02:00
parent b128431d30
commit 9d0547db3d

View file

@ -7,7 +7,7 @@ content:
label: General label: General
type: file type: file
format: toml format: toml
path: hugo/hugo.toml path: hugo.toml
icon: file-cog icon: file-cog
fields: fields:
- name: baseURL - name: baseURL
@ -71,3 +71,34 @@ content:
label: Umami Website ID label: Umami Website ID
type: string type: string
- name: projects
label: Projects
type: file
path: hugo/data/projects.yml
icon: panels-top-left
list: true
fields:
- name: title
label: Title
description: Project Name
type: string
required: true
- name: logo
label: Logo
type: image
required: true
options:
path: hugo/static/media/logos
categories: [ image ]
- name: backgroundImage
label: Background Image
type: image
required: true
options:
path: hugo/static/media/backgrounds
categories: [ image ]
- name: link
label: Link
type: string
required: false