➜ ~ gcc --version
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
➜ ~ go version
go version go1.21.1 linux/amd64
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
git submodule update --init
hugo new content posts/linux/jq-command.md
hugo server
bash push.sh
https://gohugo.io/getting-started/configuration-markup/#table-of-contents https://gohugo.io/content-management/toc/
markup:
tableOfContents:
endLevel: 5
ordered: false
startLevel: 2