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.
-
Fork and Clone:
- Click "Fork" above to create your copy.
- Clone your forked repository:
git clone <cloned-url>
-
Get Started:
- Navigate to the project directory:
cd <repository-folder>
- Install dependencies:
npm install
- Start the development server:
npm start
- View the blog at
http://localhost:8000
.
- Navigate to the project directory:
-
Create a Blog Post:
- Inside
content/blog
, create a folder named after the event. - Craft your story in
index.md
using Markdown.
- Inside
-
Front Matter:
--- title: "FOSS Event Name" date: "YYYY-MM-DD" author: "Your Name" ---
-
Submit a Pull Request:
- Commit your changes and push to your repository.
- Create a pull request with clear details about your contribution.
- 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! 🚀