Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autogenerate stackbit.yaml #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions stackbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
stackbitVersion: ~0.3.0
dataDir: public
ssgName: hugo
cmsName: git
models:
manifest:
type: data
label: Manifest
file: manifest.json
fields:
- type: string
name: short_name
label: Short Name
- type: string
name: name
label: Name
- type: list
name: icons
label: Icons
items:
type: object
fields:
- type: string
name: src
label: Src
- type: string
name: sizes
label: Sizes
- type: string
name: type
label: Type
- type: string
name: start_url
label: Start Url
- type: string
name: display
label: Display
- type: string
name: theme_color
label: Theme Color
- type: string
name: background_color
label: Background Color