Deploy Hexo with Vercel

Create a Hexo blog and deploy it live with Vercel.

Hexo is a fast, simple, and powerful blog framework powered by Node.js.

Step 1: Set Up Your Hexo Project

Set up a Hexo blog with npx and move into the project directory:

npx hexo init my-hexo-blog && cd my-hexo-blog

Initializing a Hexo blog with npx and moving into the project directory.

Step 2: Deploying Your Hexo Blog with Vercel

To deploy your Hexo site with a Vercel for Git, make sure it has been pushed to a Git repository.

Import the project into Vercel using your Git of choice:

After your project has been imported, all subsequent pushes to branches will generate Preview Deployments, and all changes made to the Production Branch (commonly "main") will result in a Production Deployment.

Once deployed, you will get a URL to see your site live, such as the following: https://hexo.now-examples.now.sh

Set up a Hexo site with a few clicks using the Deploy button, and create a Git repository for it in the process for automatic deployments for your updates.



Written By
Written by mcsdevmcsdev
Last Edited on July 17th 2020