# hexonew **Repository Path**: yilinn/hexonew ## Basic Information - **Project Name**: hexonew - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-06 - **Last Updated**: 2021-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Hexo Logo](https://github.com/vercel/vercel/blob/master/packages/frameworks/logos/hexo.svg) # Hexo Example This directory is a brief example of a [Hexo](https://hexo.io/) site that can be deployed with Vercel and zero configuration. ## Deploy Your Own Deploy your own Hexo project with Vercel. [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/hexo) _Live Example: https://hexo.now-examples.now.sh_ ### 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 ``` ### Deploying From Your Terminal You can deploy your new Hexo project with a single command from your terminal using [Vercel CLI](https://vercel.com/download): ```shell $ vercel ```