Content of https://blog.itsallcode.org/
git clone https://github.com/itsallcode/itsallcode.github.io.git
cd itsallcode.github.io/
git submodule init
git submodule update
Install Hugo:
sudo apt install hugo
Start Hugo server:
cd itsallcode.github.io
hugo server
Open http://localhost:1313 in your browser. The blog will be updated automatically when you save files.
Run the following command:
hugo
This will generate the website in directory public/
.