Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dingyi222666/hexo
https://github.com/dingyi222666/hexo
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dingyi222666/hexo
- Owner: dingyi222666
- Created: 2022-06-07T16:39:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T11:55:27.000Z (about 2 months ago)
- Last Synced: 2024-10-11T09:46:26.097Z (27 days ago)
- Language: EJS
- Homepage: https://blog.dingyi222666.top
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Hexo Logo](https://github.com/vercel/vercel/blob/main/packages/frameworks/logos/hexo.svg)
# Hexo Example
This directory is a brief example of a [Hexo](https://hexo.io/) site that can be deployed to Vercel with zero configuration.
## 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/vercel/vercel/tree/main/examples/hexo&template=hexo)
_Live Example: https://hexo-template.vercel.app_
### 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
```