update about page staticcms config
All checks were successful
Hugo / build (push) Successful in 12s

This commit is contained in:
brooke 2024-06-10 22:04:09 -04:00
parent c2de5a7435
commit b4000ee647
2 changed files with 19 additions and 1 deletions

View file

@ -4,7 +4,7 @@
<div class="w-9/12 flex flex-row justify-between">
<div class="flex flex-row gap-8">
<a class="text-white hover:text-gray-400" href="/admin">
Admin Panel
Admin
</a>
</div>
<div class="flex flex-row gap-2">

View file

@ -16,6 +16,7 @@ collections:
label: About
folder: content/about
create: false
delete: false
slug: index.md
fields:
- label: Title
@ -27,3 +28,20 @@ collections:
- label: Body
name: body
widget: markdown
- label: Gallery Columns
name: galleryColumns
widget: string
default: "2"
- label: Gallery
name: gallery
widget: list
fields:
- label: Image
name: image
widget: string
- label: Title
name: title
widget: string
- label: Description
name: description
widget: text