From a9d022e843f01ef1f1e411483c113845398100d8 Mon Sep 17 00:00:00 2001 From: Ajay-Dhangar Date: Sat, 25 Jan 2025 11:11:35 +0530 Subject: [PATCH 1/3] fixes error --- _config.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 _config.yml diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 5fd5919b4..000000000 --- a/_config.yml +++ /dev/null @@ -1,18 +0,0 @@ -title: CodeHarborHub -description: >- # A longer description - CodeHarborHub is a platform for sharing and learning Web Development, Programming, and Software Development. -author: Ajay Dhangar -email: ajaydhangar49@gmail.com -baseurl: "/" # Leave empty for GitHub Pages -url: "https://codeharborhub.github.io" # Replace with your GitHub Pages URL - -# Build settings -theme: minima # Choose a Jekyll theme (e.g., minima, cayman, slate, etc.) -plugins: - - jekyll-feed # Enables RSS feed for posts - -# Optional: Custom settings for the theme -markdown: kramdown -highlighter: rouge -permalink: pretty -paginate: 5 # Number of posts per page From 468d5f1d9ec33fd0f62d6bccc01b9902d09aba80 Mon Sep 17 00:00:00 2001 From: Ajay-Dhangar Date: Sat, 25 Jan 2025 11:58:07 +0530 Subject: [PATCH 2/3] fixes error --- _config.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 000000000..b0d918669 --- /dev/null +++ b/_config.yml @@ -0,0 +1,18 @@ +title: CodeHarborHub +description: >- # A longer description + CodeHarborHub is a platform for sharing and learning Web Development, Programming, and Software Development. +author: Ajay Dhangar +email: ajaydhangar49@gmail.com +baseurl: "/" # Leave empty for GitHub Pages +url: "https://codeharborhub.github.io" # Replace with your GitHub Pages URL + +# Build settings +theme: minima # Choose a Jekyll theme (e.g., minima, cayman, slate, etc.) +plugins: + - jekyll-feed # Enables RSS feed for posts + +# Optional: Custom settings for the theme +markdown: kramdown +highlighter: rouge +permalink: pretty +paginate: 5 # Number of posts per page \ No newline at end of file From f00d01719a114a5871b288dba93792797dbecfdd Mon Sep 17 00:00:00 2001 From: Ajay-Dhangar Date: Sat, 25 Jan 2025 11:59:03 +0530 Subject: [PATCH 3/3] fixes error --- _config.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 _config.yml diff --git a/_config.yml b/_config.yml deleted file mode 100644 index b0d918669..000000000 --- a/_config.yml +++ /dev/null @@ -1,18 +0,0 @@ -title: CodeHarborHub -description: >- # A longer description - CodeHarborHub is a platform for sharing and learning Web Development, Programming, and Software Development. -author: Ajay Dhangar -email: ajaydhangar49@gmail.com -baseurl: "/" # Leave empty for GitHub Pages -url: "https://codeharborhub.github.io" # Replace with your GitHub Pages URL - -# Build settings -theme: minima # Choose a Jekyll theme (e.g., minima, cayman, slate, etc.) -plugins: - - jekyll-feed # Enables RSS feed for posts - -# Optional: Custom settings for the theme -markdown: kramdown -highlighter: rouge -permalink: pretty -paginate: 5 # Number of posts per page \ No newline at end of file