# vercel-hexo-template-home **Repository Path**: OpenCLab/vercel-hexo-template-home ## Basic Information - **Project Name**: vercel-hexo-template-home - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-24 - **Last Updated**: 2026-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hexo Example This directory is a brief example of a [Hexo](https://hexo.io/) site that can be deployed to Vercel with zero configuration. This version is created by [EvanNotFound](https://github.com/EvanNotFound/vercel-hexo-template), which uses the latest hexo version v6.3.0 and fixed some bugs compared to the official template. ## Deploy Your Own Deploy your own Hexo project with Vercel. [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/EvanNotFound/vercel-hexo-template/tree/main&template=hexo) _Live Example: https://hexo-template.ohevan.com_ ### How We Created This Example To get started with Hexo for deployment with Vercel, you can use the [Hexo CLI](https://hexo.io/docs/index.html#Installation) to initialize the project: ```shell $ hexo init project-name ```