mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-22 21:36:28 +01:00
fix wrong path of hugo.toml
This commit is contained in:
parent
b128431d30
commit
9d0547db3d
1 changed files with 33 additions and 2 deletions
35
.pages.yml
35
.pages.yml
|
|
@ -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
|
||||||
|
|
@ -59,7 +59,7 @@ content:
|
||||||
label: Twitter Username
|
label: Twitter Username
|
||||||
description: Eg. @username
|
description: Eg. @username
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- name: params
|
- name: params
|
||||||
label: Analytics
|
label: Analytics
|
||||||
type: object
|
type: object
|
||||||
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue