Skip to content

Latest commit

 

History

History

blog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Blog app

A very simple blog app.

Demo

See Demo deployed on Vercel

Features

  • creating a Next.js app.
  • navigating between pages with Link.
  • creating a layout and handling metadata with Head.
  • styling pages with CSS modules and global import via _app.
  • serving static assets like images with public folder.
  • fetching markdown posts with gray-matter and getStaticProps.
  • handling dynamic routes with getStaticPaths.
  • rendering markdown with remark and remark-html.
  • formatting dates with date-fns.
  • creating an API route.
  • deploying on Vercel.

Based on Learn Next.js.