theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://gohugo-ananke-theme-demo.netlify.com/
MIT License
1.09k stars 1.12k forks source link

Hugo extended edition required by default? #678

Open mloskot opened 3 months ago

mloskot commented 3 months ago

I've read and learned this https://github.com/theNewDynamic/gohugo-theme-ananke/blob/91df000ca82769a7578df81fa142d1a18e446bc0/README.md?plain=1#L275-L277

but using the latest

$ hugo version
hugo v0.123.8-5fed9c591b694f314e5939548e11cc3dcb79a79c linux/amd64 BuildDate=2024-03-07T13:14:42Z VendorInfo=gohugoio

and following the Hugo getting started tutorial together with

git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke
echo 'theme = "ananke"' >> hugo.toml

I'm experiencing this:

image

Is this expected?

Replacing the standard Hugo with the extended Hugo fixes the problem, of course.