Skip to content

Commit 6b12500

Browse files
Update README.md
1 parent 692a532 commit 6b12500

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
Star the Repository ⭐️
33

44
Welcome to the **Collaborative DSA Blog Project**! This repository invites contributors of all skill levels to share their knowledge on Data Structures and Algorithms (DSA) using Python. Whether you are a beginner or an experienced coder, your contributions can help students grasp DSA concepts more effectively.
5-
5+
66
## 📁 Project Structure
7-
7+
88
- **blogslist.json**: A JSON file located in the root directory where contributors add their blog details.
9-
- **blogs/**: A folder containing markdown files (`.md`) with the body content for each blog.
9+
- **blogs/**: A folder containing markdown files (`.md`) with the body content for each blog.
1010

1111
## 📝 Contribution Guidelines
12-
12+
1313
### 1. Adding a New Blog Post
1414

15-
1. **Create a Unique Blog ID**([Random ID Generator](https://www.uuidgenerator.net/)):
15+
1. **Create a Unique Blog ID**([Random ID Generator](https://www.uuidgenerator.net/)):
1616
- Generate a random unique ID for your blog post.
1717

1818
2. **Update `blogslist.json`**:
19-
- Open `blogslist.json` in the root directory.
19+
- Open `blogslist.json` in the root directory.
2020
- Add a new entry with the following format:
2121
```json
22-
{
22+
{
2323
"id": "unique_blog_id", // Unique ID for the blog
2424
"image": "path/to/image", // Link to the image (if any)
2525
"title": "Blog Title", // Title of the blog

0 commit comments

Comments
 (0)