From 1b91ea1be396773dbde289d557e36dcff4dd5769 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Sat, 19 Aug 2023 16:07:43 +0530 Subject: [PATCH] added post view counter service --- _config-dev.yml | 7 ++++++- _config.yml | 9 +++++++-- _includes/comments/remark42.html | 2 +- _includes/post-counter.html | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) 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 @@