Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wangpin34/wangpin34.github.io

wangpin's blog
https://github.com/wangpin34/wangpin34.github.io

Last synced: 5 days ago
JSON representation

wangpin's blog

Awesome Lists containing this project

README

        

# wangpin34.github.io
wangpin's blog

hexo command
```bash
hexo new post "" # you can change post to another layout if you want
hexo clean && hexo generate # generate the static file
hexo server # run hexo in local environment
hexo deploy # hexo will push the static files automatically into the specific branch(gh-pages) of your repo!
```