zacbir
zacbir

@manton are there more granular logs for generating the sites? I’m not sure what’s going on with my neverendingpretending.micro.blog, and I’m having difficulty recreating the no-content-showing when rendering it locally with hugo.

|
Embed
Progress spinner
manton
manton

@zacbir If there are any errors, we put them in the /account/logs page, but otherwise not really… I just ran your blog through Hugo manually and don’t see anything. I have a feeling your layouts/index.html is querying post types that don’t exist, maybe? Can you try changing that Paginate line to something simpler that matches one of the built-in themes like .Site.Pages.ByDate.Reverse "Type" "post"?

|
Embed
Progress spinner
zacbir
zacbir

@manton Thanks, that did it. Tried to automate the migration from Pelican templates to Hugo by way of an existing template, but things got a little complicated.

|
Embed
Progress spinner