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 updateInstall Hugo:
sudo apt install hugoStart Hugo server:
cd itsallcode.github.io
hugo serverOpen http://localhost:1313 in your browser. The blog will be updated automatically when you save files.
Run the following command:
hugoThis will generate the website in directory public/.