How does one display the whole list of publications, talks, etc. shown in the latest yaml based hugo/blogdown academic-theme? instead of default = abbreviated list of five publications with a link to "show all publications".
In earlier versions there used to be a config.toml
or posts.md
file, in which the count could be increased. Now there only is a an \website_new\content\publication\index.md
file in which view
may be increased, however this did not change anything. The list is still abbreviated.
Do I need to create a pubications.md
?
One needs to open
...\website\content\_index.md
and each block has acontent
field. There one need to insertcount: 100
below this to e.g. show 100 publications as explained here