Hacktoberfest community

About this Project

This is a modern community blog platform built for Hacktoberfest 2025. It is powered by Next.js, TypeScript, and TailwindCSS. All content is stored locally in the repository under content/ and contributed via GitHub Pull Requests.

Goals

  • Encourage open source contributions during Hacktoberfest.
  • Showcase a simple, CMS-free content pipeline using Markdown and JSON.
  • Provide a clean, accessible, and responsive UI.

How it works

  1. Authors live in content/authors as JSON files.
  2. Posts live in content/posts as Markdown with YAML frontmatter.
  3. The site reads files at build/runtime and renders pages.

Want to contribute? Open an issue or submit a PR with a new post or author profile. Happy hacking!