Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 379 Bytes

File metadata and controls

18 lines (11 loc) · 379 Bytes

How to

Downloading the theme

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

Starting a dev server

hugo server # to start dev server