This is the official website for Boogie, a modern publishing and media production company. The site is built using Next.js, Tailwind CSS, and MDX for content management.
- Modern, responsive design
- Blog with MDX content management
- Dark mode support
- SEO optimized
- Contact form
- Ready for deployment on Vercel
- Node.js 18.17.0 or later
- Clone the repository
git clone https://github.com/yourusername/boogiecc.git
cd boogiecc
- Install dependencies
npm install
# or
yarn install
- Start the development server
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser
The website uses MDX for content management. Content files are stored in the following directories:
/src/content/posts/
- Blog posts/src/content/pages/
- Static pages
- Create a new
.mdx
file in the/src/content/posts/
directory - Add frontmatter at the top of the file:
---
title: "Your Post Title"
date: "YYYY-MM-DD"
description: "A brief description of your post"
author: "Your Name"
tags: ["tag1", "tag2"]
image: "/blog/your-image.jpg"
---
- Write your content using Markdown syntax
This site is configured for deployment on Vercel. To deploy:
- Push your code to a GitHub repository
- Import the repository into Vercel
- Configure your domain settings in the Vercel dashboard
npm run dev
- Start the development servernpm run build
- Build the production-ready sitenpm run start
- Start the production server (after building)npm run lint
- Run ESLint
To learn more about the technologies used in this project:
This project is licensed under the MIT License - see the LICENSE file for details.
For inquiries, please contact [email protected]