The source code for my personal website.
- Retrieve Hugo v0.49.0.
- Run
git submodule update --init --recursive
. - Run
hugo server
to build and watch the filesystem for changes.
The source code for my personal website.
git submodule update --init --recursive
.hugo server
to build and watch the filesystem for changes.