midtowndrafting.com/static/admin/config.yml
brooke 8c88e846e8
All checks were successful
Hugo / build (push) Successful in 10s
fix midtowndrafting.com config typo
2024-07-31 16:27:21 -04:00

80 lines
No EOL
1.8 KiB
YAML

---
theme:
default_theme: dark
backend:
name: gitea
repo: mycosystems/midtowndrafting.com
app_id: f3feaf2a-3ba5-4edc-97b5-63689061f5fe
api_root: https://git.myco.systems/api/v1
base_url: https://git.myco.systems
disable_local_backup: true
public_folder: "/images"
media_folder: "static/images"
media_library:
folder_support: true
max_file_size: 2000
site_url: https://midtowndrafting.com
logo_url: https://midtowndrafting.com/images/White-M.svg
locale: en
show_preview_links: false
search: false
collections:
- name: pages
label: Pages
preview: false
files:
- name: about
label: About
preview: false
file: content/about/index.md
fields:
- label: Title
name: title
widget: string
- label: Table of Contents
name: toc
widget: boolean
- label: Body
name: body
widget: code
- name: home
label: Home
preview: false
file: content/_index.md
fields:
- label: Title
name: title
widget: string
- label: Layout Type
name: layout
widget: string
- label: Body
name: body
widget: code
- name: docs
label: Documentation
folder: content/docs
create: true
fields:
- label: Title
name: title
widget: string
- label: Body
name: body
widget: code
- name: classes
label: Classes
folder: content/classes
create: true
fields:
- label: Title
name: title
widget: string
- label: Link Title
name: linkTitle
widget: string
- label: Body
name: body
widget: code