19 lines
524 B
YAML
19 lines
524 B
YAML
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
|
|
id: 'blog'
|
|
|
|
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-svc.kottedi.in' |