configuration changes: moved remark42 and blog services to prod server

This commit is contained in:
Bangara Raju Kottedi 2023-08-29 23:55:24 +05:30
parent 9d6fc1a6d8
commit 87b05cf341
4 changed files with 11 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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