added configuration files for prod and dev

This commit is contained in:
Bangara Raju Kottedi 2023-07-24 23:59:10 +05:30
parent e4917f7815
commit 2bc5d2d37e
2 changed files with 12 additions and 2 deletions

10
_config-dev.yml Normal file
View File

@ -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'

View File

@ -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/