An open API service indexing awesome lists of open source software.

https://github.com/fossmec/hacktoberfest-blog

First PR for beginner webdevs
https://github.com/fossmec/hacktoberfest-blog

gatsbyjs hacktoberfest hacktoberfest2023

Last synced: 6 months ago
JSON representation

First PR for beginner webdevs

Awesome Lists containing this project

README

          

---

# Welcome to the FOSS Events Blog 🌟

Explore the vibrant world of Free and Open Source Software (FOSS) events through our community-driven blog! Join us in celebrating the spirit of open source.

## How to Contribute

1. **Fork and Clone**:
- Click "Fork" above to create your copy.
- Clone your forked repository:
```
git clone
```

2. **Get Started**:
- Navigate to the project directory:
```
cd
```
- Install dependencies:
```
npm install
```
- Start the development server:
```
npm start
```
- View the blog at `http://localhost:8000`.

3. **Create a Blog Post**:
- Inside `content/blog`, create a folder named after the event.
- Craft your story in `index.md` using [Markdown](https://www.markdownguide.org/basic-syntax/).

4. **Front Matter**:
```markdown
---
title: "FOSS Event Name"
date: "YYYY-MM-DD"
author: "Your Name"
---
```

5. **Submit a Pull Request**:
- Commit your changes and push to your repository.
- Create a pull request with clear details about your contribution.

## Contribution Guidelines

- Original content only; unpublished elsewhere.
- Respect licensing and copyrights; cite sources.
- Foster inclusivity and respect diverse perspectives.
- Proofread for grammar and spelling.

Thank you for being part of our FOSS Events Blog! Let’s amplify the open source spirit together! πŸš€

---