From a01c9dd1840f6e377d6f9cde3615d477848b98e0 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Sun, 27 Aug 2023 12:07:58 +0530 Subject: [PATCH] environment setup for uat and prod --- _config-prod.yml | 8 ++++++++ _config-uat.yml | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/_config-prod.yml b/_config-prod.yml index 39be466..b4f1d8a 100644 --- a/_config-prod.yml +++ b/_config-prod.yml @@ -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 diff --git a/_config-uat.yml b/_config-uat.yml index 25c4c1d..318de4b 100644 --- a/_config-uat.yml +++ b/_config-uat.yml @@ -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