jorshimayor / Blog-Nextjs

Home Page:https://blog-nextjs-phi-eight.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Static Blog with Next.js

A straightforward static blog built using Next.js.

Table of Contents

About

A simple static blog built using Next.js

Features

  • Markdown-based content
  • SEO-friendly URLs
  • Responsive design

Demo

Provided below is a link to the live demo:

Demo Link

Getting Started

Prerequisites

You'll need to have VScode or any code editor installed and also npm installed.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/your-blog.git
  2. Navigate to the project directory:

    cd your-blog
  3. Install dependencies:

    npx create-next-app@latest nextjs-blog --use-npm 
  4. Start the development server:

    npm run dev

Built With

  • Next.js - The React framework for static and server-rendered applications.

License

This project is licensed under the MIT License.

About

https://blog-nextjs-phi-eight.vercel.app


Languages

Language:JavaScript 72.7%Language:CSS 27.3%