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
- Host: GitHub
- URL: https://github.com/fossmec/hacktoberfest-blog
- Owner: FossMec
- License: 0bsd
- Created: 2023-10-15T16:46:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T05:08:52.000Z (over 2 years ago)
- Last Synced: 2025-04-08T05:47:34.531Z (over 1 year ago)
- Topics: gatsbyjs, hacktoberfest, hacktoberfest2023
- Language: JavaScript
- Homepage: https://hacktoberfestblog.netlify.app
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! π
---