Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

nextjs blog tempalte starter with imgix og images

Notifications You must be signed in to change notification settings

luqven/nextjs-blog-starter-imgix-og-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Blog Starter

This is a portfolio site template complete with a blog. Includes:

  • MDX and Markdown support
  • Optimized for SEO (sitemap, robots, JSON-LD schema)
  • RSS Feed
  • Dynamic OG images using imgix
  • Syntax highlighting
  • Tailwind v4
  • Vercel Speed Insights / Web Analytics
  • Geist font

Demo

https://portfolio-blog-starter.vercel.app

How to Use

You can choose from one of the following two methods to use this repository:

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

Clone and Deploy

Clone the repository from GitHub

git clone git@github.com:luqven/nextjs-blog-starter.git

Deploy it to the cloud with Vercel (Documentation).

Development

Note

Please ensure you've configured the environment variables upon deployment or when developing locally.

Run Next.js in development mode:

pnpm dev

Forked from Vercel's vercel/examples repository.