NextJS Markdown Blog Simple static blog using markdown and Next.js Usage # Install dependencies npm install # Run dev server npm run dev # Build for production and export static website npm run build