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
- Host: GitHub
- URL: https://github.com/vikbert/oxeh_publisher
- Owner: vikbert
- Created: 2016-01-12T22:39:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T18:00:11.000Z (over 9 years ago)
- Last Synced: 2025-06-24T20:49:12.376Z (9 months ago)
- Language: CSS
- Size: 642 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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