Welcome to the Personal Blog Page of GDG! This project is an open-source, community-driven platform where college students can contribute to the blog page of GDG. Our goal is to provide a space for developers to contribute their experiences, thoughts, and tutorials related to various technical fields. As part of Hacktoberfest 2024, we encourage contributions to help improve and expand this project.
We appreciate your contributions to make this project better! Here's how you can get involved:
- Fork this repository to your own GitHub account.
- Create a new branch for your feature or fix.
- Make your changes and commit them with descriptive messages.
- Open a Pull Request with a clear title and description of what you have done.
- Make sure to follow the contribution guidelines below.
Make sure you’ve registered on Hacktoberfest’s official website to track your contributions.
Once the project is set up, you can:
- Browse Blog Posts: Explore and read various blog posts written by GDG members.
- Submit Blog Posts: Create and submit your blog post following the contribution guidelines.
- Comment on Blogs: Engage in discussions by commenting on different blog posts.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/Personal-Blog-Page-GDG.git
- Add your code in i.dex.html file
GDG-Blog-Page/
├── css/
│ └── styles.css
├── js/
│ └── scripts.js
├── images/
│ └── [images used in the blog]
├── index.html
└── README.md
- Ensure your code is clean and follows best practices (use proper naming conventions, indentation, etc.).
- Each contribution should be related to a specific feature, fix, or improvement.
- Write meaningful commit messages that describe the change clearly.
- Respect others' contributions and provide constructive feedback in code reviews.
- Contributions must comply with the Code of Conduct.