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

https://github.com/vikbert/oxeh_publisher

oxeh blog publisher
https://github.com/vikbert/oxeh_publisher

Last synced: 8 months ago
JSON representation

oxeh blog publisher

Awesome Lists containing this project

README

          

# Hexo Blog

## create a new page

hexo new page new_page_name

## How to deply

```
$ hexo generate && hexo deploy
```

## install deploy plugin

npm install hexo-deployer-git --save