Hugo Installation
test
sudo apt-get update && sudo apt-get -y install golang-go
## Install
## Mac os
brew install hugo
## Ubuntu
sudo apt install hugo
hugo version
git config --global init.defaultBranch main
hugo new site etertech-blog -f yml
hugo new post/proxmox-ve-tutoriel.md
#or use snap
sudo snap install hugo
snap info hugo
sudo snap refresh hugo
Update theme
# Step 1: Go to your local Hugo project's root directory
cd /path/to/your-hugo-site
# Step 2: Update the Anatole module (fetch the latest version)
hugo mod get -u github.com/lxndrblz/anatole
# Step 3: Clean up and reinstall module dependencies
hugo mod tidy