diff --git a/_config-dev.yml b/_config-dev.yml deleted file mode 100644 index e9eaad8..0000000 --- a/_config-dev.yml +++ /dev/null @@ -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' \ No newline at end of file diff --git a/_config-prod.yml b/_config-prod.yml new file mode 100644 index 0000000..7d13ad5 --- /dev/null +++ b/_config-prod.yml @@ -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' \ No newline at end of file diff --git a/_config-uat.yml b/_config-uat.yml new file mode 100644 index 0000000..c4415d7 --- /dev/null +++ b/_config-uat.yml @@ -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' \ No newline at end of file diff --git a/_config.yml b/_config.yml index 45f7631..d7b46d6 100644 --- a/_config.yml +++ b/_config.yml @@ -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' \ No newline at end of file + service_url: 'http://localhost:5016' \ No newline at end of file