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
- Authors live in
content/authorsas JSON files. - Posts live in
content/postsas Markdown with YAML frontmatter. - 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!