Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wooiseong/note-1
https://github.com/wooiseong/note-1
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wooiseong/note-1
- Owner: wooiseong
- License: apache-2.0
- Created: 2024-12-29T05:57:45.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-29T07:19:47.000Z (25 days ago)
- Last Synced: 2024-12-29T07:25:21.360Z (24 days ago)
- Language: Stylus
- Homepage: https://test-silk-eta-98.vercel.app
- Size: 938 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.
[![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
```