@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.
@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.
@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"?