- Simple blog template base on Next.js, use this template can create your own blog site quickly.
- click
Use this template
button - create your repository
- write blog in your repository issues
- deploy in vercel
Use Gitpod, a free online dev environment for GitHub.
Or clone locally:
git clone https://github.com/zomixi/blog.git
cd blog
yarn install
yarn dev
Need local Environment variable, an example
.env.local
:
VERCEL_GIT_REPO_OWNER=zomixi
VERCEL_GIT_REPO_SLUG=blog