update
All checks were successful
Hugo / build (push) Successful in 12s

This commit is contained in:
brooke 2024-06-10 21:41:29 -04:00
parent 8f2929a0c4
commit 89bc8acdb1

View file

@ -1,26 +1,35 @@
---
backend: backend:
name: gitea name: gitea
repo: mycosystems/gallowelds.com repo: mycosystems/gallowelds.com
app_id: 8cf43676-cdba-4112-a981-9c1117b3d096 app_id: 8cf43676-cdba-4112-a981-9c1117b3d096
api_root: https://git.myco.systems/api/v1 api_root: https://git.myco.systems/api/v1
base_url: https://git.myco.systems base_url: https://git.myco.systems
media_folder: static/img
media_folder: "static/img"
site_url: https://gallo.demo.myco.systems site_url: https://gallo.demo.myco.systems
logo_url: https://gallo.demo.myco.systems/img/gallo_welding_inverted.svg logo_url: https://gallo.demo.myco.systems/img/gallo_welding_inverted.svg
locale: "en" locale: en
show_preview_links: false show_preview_links: false
search: false search: false
collections: collections:
- name: "about" - name: about
label: "About" label: About
folder: "content/about" folder: content/about
create: false create: false
slug: "index.md" slug: index.md
fields: fields:
- { label: "Title", name: "title", widget: "string" } - label: Title
- { label: "Date Last Edited", name: "date", widget: "datetime" } name: title
- { label: "Featured Image", name: "thumbnail", widget: "image" } widget: string
- { label: "Body", name: "body", widget: "markdown" } - label: Date Last Edited
- { label: "Gallery", name: "gallery", widget: "gallery" } name: date
widget: datetime
- label: Featured Image
name: thumbnail
widget: image
- label: Body
name: body
widget: markdown
- label: Gallery
name: gallery
widget: gallery