Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wooiseong/note-1


https://github.com/wooiseong/note-1

Last synced: 22 days ago
JSON representation

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.

[![Deploy with Vercel](https://vercel.com/button)](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
```