You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,24 @@
2
2
Star the Repository ⭐️
3
3
4
4
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
+
6
6
## 📁 Project Structure
7
-
7
+
8
8
-**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.
10
10
11
11
## 📝 Contribution Guidelines
12
-
12
+
13
13
### 1. Adding a New Blog Post
14
14
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/)):
16
16
- Generate a random unique ID for your blog post.
17
17
18
18
2.**Update `blogslist.json`**:
19
-
- Open `blogslist.json` in the root directory.
19
+
- Open `blogslist.json` in the root directory.
20
20
- Add a new entry with the following format:
21
21
```json
22
-
{
22
+
{
23
23
"id": "unique_blog_id", // Unique ID for the blog
24
24
"image": "path/to/image", // Link to the image (if any)
0 commit comments