jpanther / congo

A powerful, lightweight theme for Hugo built with Tailwind CSS.
https://jpanther.github.io/congo/
MIT License
1.25k stars 335 forks source link

Hugo v0.138 does not show in the homepage param.author #959

Closed jbarbaran closed 1 week ago

jbarbaran commented 1 week ago

Issue description

I'm running hugo 0.138 and the latest version of Congo theme, and following the steps the website appears, but when I edit languages.en.toml and I uncomment params.author, it does not appear in the wesite. It just appears the title.

I noticed that in the latest versions of hugo there is hugo.toml, I'n not sure if it has sonething to do with this.

Theme version

v2.9.0

Hugo version

hugo v0.138.0-ad82998d54b3f9f8c2741b67356813b55b3134b9+extended linux/amd64 BuildDate=2024-11-06T11:22:34Z VendorInfo=snap:0.138.0

Which browser rendering engines are you seeing the problem on?

Chromium (Google Chrome, Microsoft Edge, Brave, Vivaldi, Opera, etc.)

URL to sample repository or website

No response

Hugo output or build error messages

The output seems ok:

Watching for changes in /home/javier/Documentos/blog/{archetypes,assets,content,data,i18n,layouts,static,themes}
Watching for config changes in /home/javier/Documentos/blog/hugo.toml, /home/javier/Documentos/blog/config/_default, /home/javier/Documentos/blog/config/_default/public, /home/javier/Documentos/blog/config/_default/public/categories, /home/javier/Documentos/blog/config/_default/public/tags, /home/javier/Documentos/blog/themes/congo/config/_default
Start building sites … 
hugo v0.138.0-ad82998d54b3f9f8c2741b67356813b55b3134b9+extended linux/amd64 BuildDate=2024-11-06T11:22:34Z VendorInfo=snap:0.138.0

                   | EN  
-------------------+-----
  Pages            | 10  
  Paginator pages  |  0  
  Non-page files   |  0  
  Static files     |  7  
  Processed images |  0  
  Aliases          |  0  
  Cleaned          |  0  

Built in 44 ms
Environment: "development"
Serving pages from disk
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1) 
Press Ctrl+C to stop
jbarbaran commented 1 week ago

I'm sorry, in config files, I should have changed like this:

[homepage]
  layout = "profile" # valid options: page, profile, custom
  showRecent = false
  recentLimit = 5

Please notice that by the default it is configured like a page, and it should be profile, so totally my bad.

I leave it here just in case any other person find this issue.