https://github.com/bobiscool/joy
https://github.com/bobiscool/joy
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bobiscool/joy
- Owner: bobiscool
- Created: 2020-08-01T16:06:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T18:02:55.000Z (over 3 years ago)
- Last Synced: 2025-01-21T04:41:36.807Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://blog-ecru-mu.vercel.app
- Size: 1.14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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 with Vercel and zero configuration.
## Deploy Your Own
Deploy your own Hexo project with Vercel.
[](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
```