Skip to content

Commit 468d5f1

Browse files
committed
fixes error
1 parent a9d022e commit 468d5f1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

_config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
title: CodeHarborHub
2+
description: >- # A longer description
3+
CodeHarborHub is a platform for sharing and learning Web Development, Programming, and Software Development.
4+
author: Ajay Dhangar
5+
6+
baseurl: "/" # Leave empty for GitHub Pages
7+
url: "https://codeharborhub.github.io" # Replace with your GitHub Pages URL
8+
9+
# Build settings
10+
theme: minima # Choose a Jekyll theme (e.g., minima, cayman, slate, etc.)
11+
plugins:
12+
- jekyll-feed # Enables RSS feed for posts
13+
14+
# Optional: Custom settings for the theme
15+
markdown: kramdown
16+
highlighter: rouge
17+
permalink: pretty
18+
paginate: 5 # Number of posts per page

0 commit comments

Comments
 (0)