Skip to content
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