Zihao Zhang's person website powered by:
- Hugo: Static HTML generator
- Webpack: JavaScript packer
- Gulp: Build pipeline
brew install hugo
brew install node
git submodule update --init
yarn install
yarn start
yarn deploy
# or
yarn deploy-gitlab
start # Dev Build + Watch
build # Build production
clean # Clean artifacts
deploy # Deploy with Google Cloud Storage
deploy-gitlab # Deploy with GitLab