Welcome to the repository of my personal blog. This blog is built with Next.js, a powerful React framework, and styled using Tailwind CSS, a utility-first CSS framework.
The blog is designed to be minimalistic, focusing on delivering content in a clean and readable format. It leverages the strengths of Next.js for server-side rendering and static site generation, ensuring fast load times and a smooth user experience. Tailwind CSS allows for responsive design and a customizable styling approach.
- Next.js: For enhanced performance, SEO, and developer experience.
- Tailwind CSS: For rapid and responsive styling.
- Responsive Design: Ensures the blog looks great on all devices.
- Markdown Support: Write and format posts easily using Markdown.
- SEO Friendly: Optimized for search engines.
To get started with local development, follow these steps:
-
Clone the repository
git clone https://github.com/your-username/your-blog-repo.git cd your-blog-repo
-
Install dependencies
Using Yarn:
yarn install
Or using npm:
npm install
-
Run the development server
yarn dev
Or:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Contributions are always welcome! Please read the contribution guidelines first.
If you have any feedback, please reach out to us at juanangelsuarez1234@gmail.com.
MIT - Juan Angel Suarez © [Current Year]