Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 node

git 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
```