This example has a list of static links on the homepage. This was the default until Dec 2022.
To enable this functionality, add [[params.menu]] entries in your config.toml file, like this:
[[params.menu]]
name = "blog"
url = "posts/"
[[params.menu]]
name = "tags"
url = "tags/"
# ... etcFrom the example directory, run
hugo serve --themesDir ../../..