diff --git a/_config-prod.yml b/_config-prod.yml deleted file mode 100644 index 28d73ed..0000000 --- a/_config-prod.yml +++ /dev/null @@ -1,19 +0,0 @@ -# fill in the protocol & hostname for your site, e.g., 'https://username.github.io' -id: 'blog' - -url: "https://bangararaju.kottedi.in" - -show_drafts: false -future: false - -comments: - active: 'remark42' # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable - # The active options are as follows: - # remark42 settings > https://remark42.com/ - remark42: - host: 'https://remark42.kottedi.in' - -# Custom configuration -custom-config: - blog-services: - service_url: 'https://blog-svc.kottedi.in' \ No newline at end of file diff --git a/_config-uat.yml b/_config-uat.yml deleted file mode 100644 index 222b4b1..0000000 --- a/_config-uat.yml +++ /dev/null @@ -1,12 +0,0 @@ -# fill in the protocol & hostname for your site, e.g., 'https://username.github.io' -id: 'blog-uat' - -url: "https://bangararaju-uat.kottedi.in" - -show_drafts: true -future: true - -# Custom configuration -custom-config: - blog-services: - service_url: 'https://blog-svc-uat.kottedi.in' \ No newline at end of file