gallowelds.com/themes/gallo/static/admin/config.yml
brooke c454e2b5e7
All checks were successful
Hugo / build (push) Successful in 11s
swap to nested collections
2024-06-11 01:08:34 -04:00

63 lines
No EOL
1.7 KiB
YAML

---
backend:
name: gitea
repo: mycosystems/gallowelds.com
app_id: 8cf43676-cdba-4112-a981-9c1117b3d096
api_root: https://git.myco.systems/api/v1
base_url: https://git.myco.systems
media_folder: themes/gallo/static/img
site_url: https://gallo.demo.myco.systems
logo_url: https://gallo.demo.myco.systems/img/gallo_welding_inverted.svg
locale: en
show_preview_links: false
search: false
collections:
- name: pages
label: Pages
files:
- name: about
label: About Us
file: content/about/index.md
fields:
- label: Title
name: title
widget: string
- label: Date Last Edited
name: date
widget: datetime
- label: Body
name: body
widget: markdown
- label: Image
name: gallery
widget: list
fields:
- label: Path to image
name: image
widget: string
- label: Title
name: title
widget: string
- label: Description
name: description
widget: text
- name: faq
label: FAQ
file: content/about/index.md
fields:
- label: Date
name: date
widget: datetime
- label: Questions
name: questions
widget: list
fields:
- label: Question
name: question
widget: string
- label: Answer
name: answer
widget: text
- label: Link to learn more (optional)
name: learnMore
widget: string