- Install hugo. Make sure the version is higher than
0.2
. - Install Pygments (Used for code styling).
pip install Pygments
- Initialize and fetch submodules.
git submodule init
git submodule update
- Navigate to hugo directory and start development server.
cd hugo
hugo server