git clone ...
git submodule update --init --recursive
hugo new content posts/xxxx.md
zsh update.sh
-
install Go
wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz rm -rf /usr/local/go && tar -C /usr/local -xzf go1.21.5.linux-amd64.tar.gz export PATH=$PATH:/usr/local/go/bin
-
install Dart Sass
sudo snap install dart-sass
-
install hugo
wget https://github.com/gohugoio/hugo/releases/download/v0.121.1/hugo_extended_0.121.1_linux-amd64.deb sudo dpkg -i hugo_extended_0.121.1_linux-amd64.deb