This blog is created with Next.js 13 (App Router), Contentlayar, TailwindCSS.
All the blog posts are written in MDX.
This project is hosted on an arm64 based VPS on Oracle Cloud
. A Github Action is triggered when code is pushed to main
. This action builds and pushes a Docker
image to Dockerhub
. On the VPS, Watchtower checks and updates the local Docker
images on a 30 minutes interval.
Clone the project:
git@github.com:NafiAsib/blog.git
- Run the development server:
cd blog
pnpm install
pnpm dev
Open http://localhost:3000 with your browser to see the result.