Skip to content

linhmtran168/linhmtran168.github.io

Repository files navigation

SSG Blog with Markdown and Next.jx

Local Development

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Create new post

npm run new-post -t <title> -cs <custom slug>

A markdown file will be generated at _posts folder. You can start writing content for your new post there.