Blogify is a modern and lightweight blog application designed with Next.js, Shadcn, Tailwind CSS, and Rehype. It offers a streamlined yet robust platform for creating, managing, and sharing blog content.
blogify_video.mp4
To get started, clone the repository and write your blog posts in Markdown. Once your changes are ready, merge them into the main branch to have your posts automatically listed and displayed on the application.
Checkout our simple instructions on how to post your blogs here.
- Fast and Responsive: Optimized for speed and mobile-friendliness.
- Easy Styling: Uses Tailwind CSS for utility-first, customizable styling.
- UI Components: shadcn components for reusable, accessible, and beautiful UI elements.
- Unified and Rehype plugins: It generates HTML content out of Markdown document.
- SEO Friendly: Built with best practices for search engine optimization.
- Easy to Deploy: Deploy anywhere with Vercel or other platforms supporting Next.js.
To get started with Blogify, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/blogify.git cd blogify
-
Install dependencies:
npm install
or if you use Yarn:
yarn install
- Run the development server:
npm run dev
or with Yarn:
yarn dev
Open http://localhost:3000 with your browser to see the app in action.
-
Tailwind CSS: Modify the tailwind.config.js file to adjust theme settings, add custom utilities, or configure plugins.
-
shadcn Components: Customize the UI components in the components/ directory to fit your design requirements.
To deploy Blogify, you can use platforms like Vercel
This project is licensed under the MIT License.