cderv
November 29, 2019, 9:15pm
21
It is just a guess. You can try modifying authors name and see if it changes anything. Less error messages for example ?
I would also try to use hugo command directly - I think the issue comes from HUGO and not blogdown. Did you upgrade Hugo recently ?
hcp4715
November 29, 2019, 10:06pm
22
I deleted all subfolders, only leave the admin, and the same error.
my hugo version is 0.59.1.
I also think it's more likely to be a problem of Hugo. How to try use hugo command directly?
cderv
November 30, 2019, 6:37am
23
The subfolders are created by your theme based on authors in posts. You can disable this feature to see if that is what is causing pain here
opened 03:29PM - 18 Mar 19 UTC
closed 09:25PM - 24 Sep 19 UTC
enhancement
It appears a recent update added a feature to have the names of authors on publi… cations as hyperlinks which take you to a page listing their publications. I don't think this behaviour should be enabled by default, and at least should have an obvious way to disable it.
My reasoning is that myself and others use this template for a personal academic website, not a homepage for a group. While this feature may be useful for research groups, it is strange to have on a personal site.
Further, within markdown I indicate first authorship with an `*` and also bold my own name in the author list. The current implementation of this feature does not respect either of these. If I put an `*` after a first author's name, the author hyperlink directs to an internal page with `authorsname*` which is distinct from the pages directed to from other publications just containing `authorsname` not first authored. Likewise, the markdown bolding on my name in the authors list takes me to a author page, for myself, which is already undesirable behaviour for a personal website. Further, the markdown bolding in the author's list is not respected in the title of the target author page, so that has a title `**myname**`.
Again, I think this feature should be disabled by default, and have the option to enable it easily with a boolean option in the publications widget configuration.
As you see in the link above , if you have the correct version you can disable with config otherwise you need to modify template.
About Hugo it is installed in your computer and you can use the command in terminal. Look at hugo doc. There is a wrapper available with ˋhugo_cmd()ˋ in R.
2 Likes
hcp4715
December 2, 2019, 9:35pm
24
Hi, Thanks.
I tried the first solution, it doesn't help.
I found a similar issue here: Error message when running blogdown:::serve_site() · Issue #367 · HugoBlox/hugo-blox-builder · GitHub , and added a comment.
system
Closed
December 23, 2019, 9:35pm
25
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.