https://github.com/blackboxo/blog
https://github.com/blackboxo/blog
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blackboxo/blog
- Owner: blackboxo
- License: apache-2.0
- Created: 2023-06-08T06:48:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T14:01:40.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T21:46:43.010Z (9 months ago)
- Language: Stylus
- Size: 4.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.
[](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
```