parent
b66e9a1172
commit
b2774d9cf3
|
@ -2,7 +2,7 @@ stackbitVersion: ~0.2.39
|
||||||
ssgName: custom
|
ssgName: custom
|
||||||
publishDir: exampleSite/public
|
publishDir: exampleSite/public
|
||||||
buildCommand: cd exampleSite && hugo --gc --baseURL "/" --themesDir ../.. && cd ..
|
buildCommand: cd exampleSite && hugo --gc --baseURL "/" --themesDir ../.. && cd ..
|
||||||
uploadDir: exampleSite/static/uploads
|
uploadDir: uploads
|
||||||
staticDir: exampleSite/static
|
staticDir: exampleSite/static
|
||||||
pagesDir: exampleSite/content
|
pagesDir: exampleSite/content
|
||||||
dataDir: exampleSite
|
dataDir: exampleSite
|
||||||
|
@ -64,7 +64,8 @@ models:
|
||||||
- type: string
|
- type: string
|
||||||
name: changefreq
|
name: changefreq
|
||||||
label: changefreq
|
label: changefreq
|
||||||
- type: integer
|
- type: number
|
||||||
|
subtype: float
|
||||||
name: priority
|
name: priority
|
||||||
label: priority
|
label: priority
|
||||||
- type: string
|
- type: string
|
||||||
|
@ -173,7 +174,7 @@ models:
|
||||||
options:
|
options:
|
||||||
- label: Main Menu
|
- label: Main Menu
|
||||||
value: main
|
value: main
|
||||||
type: object
|
type: object
|
||||||
section:
|
section:
|
||||||
type: page
|
type: page
|
||||||
label: Section
|
label: Section
|
||||||
|
|
Loading…
Reference in a new issue