added config files for different environments

This commit is contained in:
Bangara Raju Kottedi 2023-08-19 16:19:27 +05:30
parent 1b91ea1be3
commit 81df71d4e9
4 changed files with 21 additions and 20 deletions

View File

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

View File

@ -1,5 +1,5 @@
# The Site Configuration
id: 'blog'
id: 'blog-dev'
# Import the theme
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.
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
url: "https://blog.kottedi.in"
url: "http://localhost:4000"
github:
username: rajukottedi # change to your github username
@ -205,4 +205,4 @@ future: false
# Custom configuration
custom-config:
blog-services:
service_url: 'https://blog-services.kottedi.in'
service_url: 'http://localhost:5016'