configuration changes: moved remark42 and blog services to prod server
This commit is contained in:
parent
9d6fc1a6d8
commit
87b05cf341
@ -6,7 +6,14 @@ url: "https://bangararaju.kottedi.in"
|
||||
show_drafts: false
|
||||
future: false
|
||||
|
||||
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'
|
||||
|
||||
# Custom configuration
|
||||
custom-config:
|
||||
blog-services:
|
||||
service_url: 'https://blog-services.kottedi.in'
|
||||
service_url: 'https://blog-svc.kottedi.in'
|
||||
@ -9,4 +9,4 @@ future: true
|
||||
# Custom configuration
|
||||
custom-config:
|
||||
blog-services:
|
||||
service_url: 'https://blog-services.kottedi.in'
|
||||
service_url: 'https://blog-svc-uat.kottedi.in'
|
||||
@ -87,7 +87,7 @@ comments:
|
||||
# The active options are as follows:
|
||||
# remark42 settings > https://remark42.com/
|
||||
remark42:
|
||||
host: 'https://remark42.kottedi.in'
|
||||
host: 'https://remark42-uat.kottedi.in'
|
||||
disqus:
|
||||
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
|
||||
# utterances settings › https://utteranc.es/
|
||||
|
||||
@ -30,6 +30,4 @@ if (targetDiv != null) {
|
||||
window.REMARK42.changeTheme(modeToggle.modeStatus === 'light' ? 'dark' : 'light');
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- <script src="{{ '/assets/js/comments/remark42.js' | relative_url }}"></script> -->
|
||||
</script>
|
||||
Loading…
Reference in New Issue
Block a user