From 2bc5d2d37e9580114eaa557f2d1f8c6eebf8d59b Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Mon, 24 Jul 2023 23:59:10 +0530 Subject: [PATCH] added configuration files for prod and dev --- _config-dev.yml | 10 ++++++++++ _config.yml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 _config-dev.yml diff --git a/_config-dev.yml b/_config-dev.yml new file mode 100644 index 0000000..c33f521 --- /dev/null +++ b/_config-dev.yml @@ -0,0 +1,10 @@ +# fill in the protocol & hostname for your site, e.g., 'https://username.github.io' +url: "https://blog-uat.kottedi.in" + +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' + site_id: 'blog-uat' \ No newline at end of file diff --git a/_config.yml b/_config.yml index 006cfe7..b0dff1b 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,7 @@ description: >- # used by seo meta and the atom feed Sharing knowledge through blogging using jekyll theme chirpy template. # fill in the protocol & hostname for your site, e.g., 'https://username.github.io' -url: "https://blog-uat.kottedi.in" +url: "https://blog.kottedi.in" github: username: rajukottedi # change to your github username @@ -87,7 +87,7 @@ comments: # remark42 settings > https://remark42.com/ remark42: host: 'https://remark42.kottedi.in' - site_id: 'remark' + 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/