Pour bien commencer, il faut avoir installé Hugo.
- Installer la dernière version stable de Node.js
- Installer PostCSS:
npm install -g postcss-cli
andnpm install -g autoprefixer
- S'assurer que le thème a bien été rapatrié:
git submodule update --init --recursive
- Lancer la commande:
hugo server -D
- Se rendre sur le lien suivant: http://localhost:1313/
- Constater que ça marche
Et voilà (ou presque).