https://github.com/johnsonlee/a
https://github.com/johnsonlee/a
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnsonlee/a
- Owner: johnsonlee
- Created: 2020-03-27T03:27:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T03:27:38.000Z (about 6 years ago)
- Last Synced: 2025-01-27T06:15:04.587Z (over 1 year ago)
- Language: JavaScript
- Size: 535 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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 ZEIT Now and zero configuration.
## Deploy Your Own
Deploy your own Hexo project with ZEIT Now.
[](https://zeit.co/import/project?template=https://github.com/zeit/now/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 ZEIT Now, 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 [Now CLI](https://zeit.co/download):
```shell
$ now
```