20 lines
509 B
YAML
20 lines
509 B
YAML
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
|
|
id: 'blog'
|
|
|
|
url: "https://bangararaju.kottedi.in"
|
|
|
|
assets:
|
|
self_host:
|
|
enabled: true # boolean, keep empty means false
|
|
# specify the Jekyll environment, empty means both
|
|
# only works if `assets.self_host.enabled` is 'true'
|
|
env: production # [development|production]
|
|
|
|
|
|
show_drafts: false
|
|
future: false
|
|
|
|
# Custom configuration
|
|
custom-config:
|
|
blog-services:
|
|
service_url: 'https://blog-services.kottedi.in' |