From 87b05cf34191672162196a4a9de91feebf4f6f8b Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Tue, 29 Aug 2023 23:55:24 +0530 Subject: [PATCH] configuration changes: moved remark42 and blog services to prod server --- _config-prod.yml | 9 ++++++++- _config-uat.yml | 2 +- _config.yml | 2 +- _includes/comments/remark42.html | 4 +--- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/_config-prod.yml b/_config-prod.yml index 39be466..28d73ed 100644 --- a/_config-prod.yml +++ b/_config-prod.yml @@ -6,7 +6,14 @@ 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-services.kottedi.in' \ No newline at end of file + service_url: 'https://blog-svc.kottedi.in' \ No newline at end of file diff --git a/_config-uat.yml b/_config-uat.yml index 25c4c1d..222b4b1 100644 --- a/_config-uat.yml +++ b/_config-uat.yml @@ -9,4 +9,4 @@ future: true # Custom configuration custom-config: blog-services: - service_url: 'https://blog-services.kottedi.in' \ No newline at end of file + service_url: 'https://blog-svc-uat.kottedi.in' \ No newline at end of file diff --git a/_config.yml b/_config.yml index 5fbc16b..2c258d2 100644 --- a/_config.yml +++ b/_config.yml @@ -87,7 +87,7 @@ comments: # The active options are as follows: # remark42 settings > https://remark42.com/ remark42: - host: 'https://remark42.kottedi.in' + host: 'https://remark42-uat.kottedi.in' disqus: shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname # utterances settings › https://utteranc.es/ diff --git a/_includes/comments/remark42.html b/_includes/comments/remark42.html index 9c50ac0..87ca7b9 100644 --- a/_includes/comments/remark42.html +++ b/_includes/comments/remark42.html @@ -30,6 +30,4 @@ if (targetDiv != null) { window.REMARK42.changeTheme(modeToggle.modeStatus === 'light' ? 'dark' : 'light'); }) } - - - \ No newline at end of file + \ No newline at end of file