If you recently did git clone
, maybe the theme used by this blog which is added as a git submodule
is missing resulting in 404 error when trying to access the homepage. To fix that you need to do the following:
git submodule init
git submodule update
hugo server # to start dev server