tonyxu.io blog

Code base for tonyxu.io blog.

Development

Make sure you have Hugo installed.

Start Dev Server:

hugo serve -D

Build:

hugo

Deploy to GitHub Pages Manually

./deploy.sh

GitHub