How to Contribute
To contribute an article, a case study, or a technical deep-dive, please follow these steps:
- Fork the repository on GitHub. This creates your own copy of the project to work on.
- Create a new Markdown file in the
src/content/posts/
directory. - Follow the frontmatter template to provide a title, publication date, and description. For example:
--- title: "Your Post Title" pubDate: "YYYY-MM-DD" description: "A brief summary of your post." author: "Your Name or GitHub handle" ---
- Write your content using standard Markdown. Share your insights, a case study, or a technical deep-dive.
- Submit a Pull Request. Once you are happy with your post, you can propose your changes to the main repository. From your forked repository on GitHub, you will see an option to "Contribute" and "Open a pull request". Follow the instructions to submit it. For a detailed guide, see GitHub's documentation on creating a pull request.
Your contribution will be reviewed by the community and published. We look forward to seeing what you share!