Category "hugo"

Hugo, how to localized .groupByDate

In my template I sort by months my post like this: {{ range (where site.RegularPages "Type" "in" site.Params.mainSections).GroupByDate "January, 2006" -}} <

Absolute url in hugo website front matter _index.md file

I'm stuck at the following issue being a new in Hugo. I want to redirect URL to a absolute URL rather than relative url. Here is what I means. In _index.md file

found no layout file for "HTML" for kind "home"

I am using this command to run a hugo project in my MacBook Pro with M1 chip: hugo new site example cd example hugo server the output log like this: ➜