From 34cf08446584b03d9597f35d3f1440e6942972f7 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Sun, 27 Aug 2023 12:33:29 +0530 Subject: [PATCH] invalid config removed --- _config-prod.yml | 8 -------- _config-uat.yml | 7 ------- 2 files changed, 15 deletions(-) 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