From ff1e7d5272b9038c2dee1de2f4a5959e7debae34 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Mon, 8 Apr 2024 03:24:08 +0530 Subject: [PATCH] removed prod config files --- _config-prod.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 _config-prod.yml diff --git a/_config-prod.yml b/_config-prod.yml deleted file mode 100644 index 28d73ed..0000000 --- a/_config-prod.yml +++ /dev/null @@ -1,19 +0,0 @@ -# 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' \ No newline at end of file