Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wangpin34/wangpin34.github.io
- Owner: wangpin34
- License: apache-2.0
- Created: 2018-01-24T09:50:38.000Z (almost 7 years ago)
- Default Branch: source
- Last Pushed: 2023-06-02T09:00:21.000Z (over 1 year ago)
- Last Synced: 2023-06-02T10:23:17.985Z (over 1 year ago)
- Homepage: https://blog.wangpin.xyz/
- Size: 43.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wangpin34.github.io
wangpin's bloghexo 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!
```