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="w-9/12 flex flex-row justify-between">
<div class="flex flex-row gap-8"> <div class="flex flex-row gap-8">
<a class="text-white hover:text-gray-400" href="/admin"> <a class="text-white hover:text-gray-400" href="/admin">
Admin Panel Admin
</a> </a>
</div> </div>
<div class="flex flex-row gap-2"> <div class="flex flex-row gap-2">

View file

@ -16,6 +16,7 @@ collections:
label: About label: About
folder: content/about folder: content/about
create: false create: false
delete: false
slug: index.md slug: index.md
fields: fields:
- label: Title - label: Title
@ -27,3 +28,20 @@ collections:
- label: Body - label: Body
name: body name: body
widget: markdown 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