Hugo v.140

I just wanted to start a thread for issues related to v.140.

I have my test blog at mandaris-test.micro.blog and using a custom theme.

I currently don’t have anything showing on the index.

This is what I’m using for pagination on the index page.

{{- range ( .Paginate (where .Site.RegularPages "Type" "post")).Pages }}
{{ partial "article.html" . }}   
{{- end }}

I tried switching to other themes (like marfa and mnml) and I get the same results.

Is anyone else seeing the same problem?

If you perform a full rebuild of the test site while keeping an eye on the logs, does anything stand out to you?

I see the error about using the .Site.Params.Author.

I thought I had replaced all the references to it, but I’ll have to double check when I get home and make sure that I make my own copies of the base files we use for rss, etc

I just switched back to .117 because I couldn’t get it working. The pages are there but don’t show up in the index.

That’s probably because the build failed due to the .Site.Params.Author error. If you can track down and fix that (along with any other errors), the build should complete successfully and the post will start showing up.

It didn’t seem to be a problem when I was running it locally. I thought it was a warning at this point in the release cycle.

Ah, sorry for the misunderstanding. I thought it was an error causing the build to fail, but if it’s just a notice or warning and the build completes successfully, then it’s probably something else causing the missing posts.