added configuration files for prod and dev
This commit is contained in:
parent
e4917f7815
commit
2bc5d2d37e
10
_config-dev.yml
Normal file
10
_config-dev.yml
Normal 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'
|
||||
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user