added config files for different environments
This commit is contained in:
parent
1b91ea1be3
commit
81df71d4e9
@ -1,17 +0,0 @@
|
|||||||
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
|
|
||||||
id: 'blog-uat'
|
|
||||||
|
|
||||||
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'
|
|
||||||
|
|
||||||
|
|
||||||
# Custom configuration
|
|
||||||
custom-config:
|
|
||||||
blog-services:
|
|
||||||
service_url: 'http://localhost:5016'
|
|
||||||
9
_config-prod.yml
Normal file
9
_config-prod.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
|
||||||
|
id: 'blog'
|
||||||
|
|
||||||
|
url: "https://blog.kottedi.in"
|
||||||
|
|
||||||
|
# Custom configuration
|
||||||
|
custom-config:
|
||||||
|
blog-services:
|
||||||
|
service_url: 'https://blog-services.kottedi.in'
|
||||||
9
_config-uat.yml
Normal file
9
_config-uat.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
|
||||||
|
id: 'blog-uat'
|
||||||
|
|
||||||
|
url: "https://blog-uat.kottedi.in"
|
||||||
|
|
||||||
|
# Custom configuration
|
||||||
|
custom-config:
|
||||||
|
blog-services:
|
||||||
|
service_url: 'https://blog-services.kottedi.in'
|
||||||
@ -1,5 +1,5 @@
|
|||||||
# The Site Configuration
|
# The Site Configuration
|
||||||
id: 'blog'
|
id: 'blog-dev'
|
||||||
|
|
||||||
# Import the theme
|
# Import the theme
|
||||||
theme: jekyll-theme-chirpy
|
theme: jekyll-theme-chirpy
|
||||||
@ -27,7 +27,7 @@ description: >- # used by seo meta and the atom feed
|
|||||||
Sharing knowledge through blogging using jekyll theme chirpy template.
|
Sharing knowledge through blogging using jekyll theme chirpy template.
|
||||||
|
|
||||||
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
|
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
|
||||||
url: "https://blog.kottedi.in"
|
url: "http://localhost:4000"
|
||||||
|
|
||||||
github:
|
github:
|
||||||
username: rajukottedi # change to your github username
|
username: rajukottedi # change to your github username
|
||||||
@ -205,4 +205,4 @@ future: false
|
|||||||
# Custom configuration
|
# Custom configuration
|
||||||
custom-config:
|
custom-config:
|
||||||
blog-services:
|
blog-services:
|
||||||
service_url: 'https://blog-services.kottedi.in'
|
service_url: 'http://localhost:5016'
|
||||||
Loading…
Reference in New Issue
Block a user