environment setup for uat and prod
This commit is contained in:
parent
df6ac5c78d
commit
a01c9dd184
@ -3,6 +3,14 @@ id: 'blog'
|
||||
|
||||
url: "https://bangararaju.kottedi.in"
|
||||
|
||||
assets:
|
||||
self_host:
|
||||
enabled: true # boolean, keep empty means false
|
||||
# specify the Jekyll environment, empty means both
|
||||
# only works if `assets.self_host.enabled` is 'true'
|
||||
env: production # [development|production]
|
||||
|
||||
|
||||
show_drafts: false
|
||||
future: false
|
||||
|
||||
|
||||
@ -3,6 +3,13 @@ id: 'blog-uat'
|
||||
|
||||
url: "https://bangararaju-uat.kottedi.in"
|
||||
|
||||
assets:
|
||||
self_host:
|
||||
enabled: true # boolean, keep empty means false
|
||||
# specify the Jekyll environment, empty means both
|
||||
# only works if `assets.self_host.enabled` is 'true'
|
||||
env: development # [development|production]
|
||||
|
||||
show_drafts: true
|
||||
future: true
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user