diff --git a/_config-prod.yml b/_config-prod.yml index b4f1d8a..39be466 100644 --- a/_config-prod.yml +++ b/_config-prod.yml @@ -3,14 +3,6 @@ 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 diff --git a/_config-uat.yml b/_config-uat.yml index 318de4b..25c4c1d 100644 --- a/_config-uat.yml +++ b/_config-uat.yml @@ -3,13 +3,6 @@ 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