/blog

Henry Zhuang's personal blog

Henry's personal blog

Visit https://blog.ngot.me for more information.

Installation

MacOSX

brew install hugo

Read more at Install Hugo.

Development

hugo server -D -s ./src

Build

hugo --cleanDestinationDir --minify  -s ./src

Deployment

Don't forget about the CNAME file under the docs folder.

Themes

Add themes

git submodule add $repo src/themes/$theme_name