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