diff --git a/_config-dev.yml b/_config-dev.yml index b037113..e9eaad8 100644 --- a/_config-dev.yml +++ b/_config-dev.yml @@ -9,4 +9,9 @@ comments: # remark42 settings > https://remark42.com/ remark42: host: 'https://remark42.kottedi.in' - site_id: 'blog-uat' \ No newline at end of file + + +# Custom configuration +custom-config: + blog-services: + service_url: 'http://localhost:5016' \ No newline at end of file diff --git a/_config.yml b/_config.yml index 48ed9bf..45f7631 100644 --- a/_config.yml +++ b/_config.yml @@ -88,7 +88,6 @@ comments: # remark42 settings > https://remark42.com/ remark42: host: 'https://remark42.kottedi.in' - site_id: 'blog' disqus: shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname # utterances settings › https://utteranc.es/ @@ -200,4 +199,10 @@ jekyll-archives: category: /categories/:name/ show_drafts: false -future: false \ No newline at end of file +future: false + + +# Custom configuration +custom-config: + blog-services: + service_url: 'https://blog-services.kottedi.in' \ No newline at end of file diff --git a/_includes/comments/remark42.html b/_includes/comments/remark42.html index 199bba5..47cecf9 100644 --- a/_includes/comments/remark42.html +++ b/_includes/comments/remark42.html @@ -1,7 +1,7 @@