I want to make a "My Publications" page using Blogdown. I have got one that renders if I knit to HTML from within Rstudio, but when I build the site with Hexo, the HTML is empty.
Presumably this is as Hexo uses Marked rather than Pandoc? I have tried this plugin but it didn't seem to make any difference
My page header is like this:
---
title: "Publications"
author: "Me"
date: "27/12/2020"
bibliography: mypubs.bib
csl: harvard.csl
nocite: '@*'
---
Anyone got citations working with Hexo?