HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.2k stars 2.9k forks source link

Individual publication content not displaying #1862

Closed fcorowe closed 4 years ago

fcorowe commented 4 years ago

I'm using this theme in RStudio Blogdown and Netlify on a MacOS. After adding some publications to the /content/publication folder, the site for individual publication content stopped displaying any information. It is blank. I have not managed to find anyone reporting the same issue. I checked the dates and potential errors in the index.md publication files, and execute `hugo -v' . I found the issue below and corrected it. The issue causing the problem seems to be with rendering of the index.md publication files as there seems to be no content on the resulting html.

Any pointers would be very appreciated.

Output after running hugo -v' INFO 2020/09/27 23:01:19 Alias "/tags/australia./page/1/index.html" contains component with a trailing space or period, problematic on Windows'

For a reproducible example:

Site: https://www.franciscorowe.com Site repo (served from here): https://github.com/fcorowe/franciscorowe.github.io

Thanks for making this theme. It's amazing!

gcushen commented 4 years ago

The HTML file you linked to is not even generated by Wowchemy, but by "Cocoa HTML Writer". Hence, it would appear the issue is unrelated to Wowchemy.

I'm closing this as there doesn't appear to be any publication bug in the current version of Wowchemy/Academic.

You might wish to file an issue with Blogdown. Blogdown essentially wraps Hugo and Wowchemy, so any issues in Blogdown can be propagated down the line.

Also, you might wish to update to the latest version of Wowchemy or check that you are using the same version of Hugo that was working successfully before the site broke - the compatible version of Hugo Extended for your site is 0.55 https://github.com/fcorowe/franciscorowe.github.io/blob/2073da88af577eed44642f79b780a17edf61a75b/themes/hugo-academic/theme.toml#L6 .