-
```
Start building sites …
hugo v0.122.0-b9a03bd59d5f71a529acb3e33f995e0ef332b3aa+extended darwin/arm64 BuildDate=2024-01-26T15:54:24Z VendorInfo=gohugoio
ERROR %!s() uses a `cta-button-list` bl…
-
I tried to installed Hugo from source and from apt but didn't work.
```bash
[mattos@mysite]$ hugo server
WARN 2024/05/25 17:38:36 Module "hugo-texify3" is not compatible with this Hugo version; r…
-
I was having a problem importing this module into my project.
The Hugo website says to use this syntax:
`hugo mod init github.com//`
After that, `hugo mod get -u` produces this error:
`go get …
-
Use of MODULES hosted on Git repos is an awesome feature. For example...
```text
[[module.imports]]
# path = 'github.com/bingo/tl01-bigme-content@v02'
path = 'github.com/bingo/tl01-bigm…
-
### Go version
go1.24-793b14b455
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/tmp/go-build'
GOENV='/home/hugo/.config/go/env…
-
Saw this in the Go CLI, which I would find useful having something similar for Hugo:
```bash
GOFLAGS=-mod=vendor
````
E.g.
```bash
HUGOFLAGS="-D --path-warnings"
````
Or something.
-
I am wondering if it is possible to implement something like ".SecondSection" (instead of ".FirstSection"), for left-side navigation:
https://github.com/hbstack/docs/blob/033bfdd96b86c214b49c0c839e22…
-
### Go version
go version devel go1.23-4f77a83589 Tue Jun 18 22:25:08 2024 +0000 linux/amd64
go version 1.22.4
go version 1.21.11
### Output of `go env` in your module/workspace:
```she…
-
We are using version 0.113.0 to build our docs, but with some newer changes the site doesn't build any longer, I specifically used 0.124.1 which already has the issue but
```
mauro@portable docs2…
-
## Issue description
On macOS, using the git packaged in nixpkgs, hugo from nixpkgs can not download modules with git: It shows the following error:
```console
asf@glyn:~/Mess/current/hugo-mod-…