A content-driven website on Minimalism—helping individuals focus on what they value most by consciously reducing excesses.
Help users intentionally reduce life's excesses—stress, clutter, and dependencies—to focus on what they truly value. The design adheres to minimalist principles: whitespace, legibility, and clarity.
npm install
npm run devNext.js 14, React 18, Tailwind CSS, react-markdown, gray-matter
Create a Markdown file in content/ with frontmatter. See content/TEMPLATE.md for a complete example.
Guidelines:
- Clear, concise titles and descriptions
- Start with H2 headings (##), not H1—title comes from frontmatter
- Minimalist, thoughtful tone
- No emojis—we use minimal iconography instead
- Focus on clarity and depth
- Fork and clone the repository
- Create a branch:
git checkout -b feature/your-feature-name - Make changes and test:
npm run devandnpm run build - Submit a pull request
Style:
- Follow existing patterns
- Keep components focused and reusable
- Maintain minimalist design
- Ensure responsive design
Open an issue for bugs or questions. Review existing issues first.