I am using R blogdown package to create my personal website. I am basing it on the hugo-academic theme (code here)
I would like to add a "working papers" section to the publications. In my discipline Economics we normally have
- "working papers" (pdf is available)
- "work in progress" (no pdf yet)
- "publications"
How can I add that?
Do I need to change the internals of the hugo-academic theme? (I am an R user/programmer with little webdev knowledge)
I posted as github issue: hugo-academic/issues/416
Edit: I would also like to have the "Selected Publications" section disapear. I could not do that even after setting selected = false
on all the publications .md files. This was asked in github issue: hugo-academic/issues/417
Edit2: I would also like to add a new "Work in progress" section (hugo-academic/issues/418).
Edit3: @jsb answer bellow does not alter how the papers are grouped by type (working paper, work in progress, peer-reviewd), which is my main concern. But it does add these cathegories to the metadata (and fixes question two).
They way I understand it now, I would have to add new widgets for "Working Papers" and "Work in Progress". I think I could create them by analogy from the existing widgets.
Where in the code are the widgets are defined?