The problem
I am in the process of migrating my (rather ugly) small blog from “Bloggers” to `blogdown` and, as several others, I choose to use the hugo-academic theme due to its good looks, simplicity, and “focus” towards researchers.
One nice feature of
hugo-academic
is that it includes out-of-the-box a “Publications” section, allowing researchers to easily create a list of their publication as a section of the website.
Unfortunately, in order to populate that list, users have to manually create one different
.md
file for each publication, by cutting and pasting several different info (e.g., title, authors, etc.) in a "simple" template like this one.
THIS IS BORING!