An open API service indexing awesome lists of open source software.

https://github.com/johnsonlee/a


https://github.com/johnsonlee/a

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![Hexo Logo](https://github.com/zeit/now/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 ZEIT Now and zero configuration.

## Deploy Your Own

Deploy your own Hexo project with ZEIT Now.

[![Deploy with ZEIT Now](https://zeit.co/button)](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
```