Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzh8829/zihao
Zihao's Personal Website
https://github.com/zzh8829/zihao
blog hugo react socket-io threejs zihao
Last synced: 3 months ago
JSON representation
Zihao's Personal Website
- Host: GitHub
- URL: https://github.com/zzh8829/zihao
- Owner: zzh8829
- Created: 2017-03-19T05:16:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T18:02:09.000Z (over 1 year ago)
- Last Synced: 2023-07-03T19:35:43.712Z (over 1 year ago)
- Topics: blog, hugo, react, socket-io, threejs, zihao
- Language: JavaScript
- Homepage: https://zihao.me
- Size: 7.12 MB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zihao.me
![Build Status](https://gitlab.com/zzh8829/zihao-pages/badges/master/build.svg)
Zihao Zhang's person website powered by:
- Hugo: Static HTML generator
- Webpack: JavaScript packer
- Gulp: Build pipeline---
## Mac instructions
```
brew install hugo
brew install nodegit submodule update --init
yarn install
yarn start
```## Publish Site
```
yarn deploy
# or
yarn deploy-gitlab
```## All Commands
```
start # Dev Build + Watch
build # Build production
clean # Clean artifacts
deploy # Deploy with Google Cloud Storage
deploy-gitlab # Deploy with GitLab
```