/dionannd-blog

My Blog

Primary LanguageTypeScriptMIT LicenseMIT

Dion's Personal Blog

My personal blog.

Stack

  • Next.js
  • Typescript
  • Tailwind
  • Contentlayer/MDX
  • Fauna
  • Vercel

Project structure

$PROJECT_ROOT
│   # React component files
├── components
│   # Dummy data
├── constans
│   # Data mdx for post blog
├── data/blog
│   # React hooks components
├── hooks
│   # Helper file
├── lib
│   # Page files
├── pages
│   # Static files for images
├── public
│   # Script file for generate function
├── scripts
│   # CSS files
└── styles

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.