====== The world’s fastest framework for building websites ====== Powered by Hugo & [[https://github.com/adityatelange/hugo-PaperMod/wiki/Installation|PaperMod]]. [[:splash|Частоупотребимые веб-закладки]]. [[https://kibibyte.ru/|Вперед, в Интернет!]] sudo dnf install -y git hugo mkdir $HOME/hugo && cd $HOME/hugo && hugo new site kibibyte-ru --format yaml cd $HOME/hugo/kibibyte-ru git init # https://stackoverflow.com/questions/16853624/git-discovery-across-filesystem-not-set git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically) git submodule update --remote --merge cd $HOME/hugo/kibibyte-ru hugo