Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wongzigii/wongzigii.github.io
Blog
https://github.com/wongzigii/wongzigii.github.io
blog hexo
Last synced: about 1 month ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/wongzigii/wongzigii.github.io
- Owner: wongzigii
- Created: 2015-04-06T05:54:45.000Z (almost 10 years ago)
- Default Branch: hexo
- Last Pushed: 2022-12-03T11:42:25.000Z (about 2 years ago)
- Last Synced: 2024-10-14T12:08:42.208Z (3 months ago)
- Topics: blog, hexo
- Homepage:
- Size: 4.32 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
You can see the generated files at [master branch](https://github.com/wongzigii/wongzigii.github.io/tree/master) .
## Getting started
Install dependencies:
````bash
$ npm install -g hexo
$ git clone https://github.com/wongzigii/wongzigii.github.io
$ cd wongzigii.github.io
$ npm install
````Generate:
````bash
$ hexo generate
````Run server:
````bash
$ hexo server
````