-
Clone and init the repository with
git clone --recurse-submodules <this repo>
or
bash git clone <this repo> git submodule update --init --recursive
-
Run hugo with
hugo server
The blog will be available locally at http://localhost:1313
.
- Add your blog to
content/posts/
in a new separate folder.