I am trying to create a website using R Blogdown Hugo-Academic theme. Typically, I would create a website by running the following commands:
blogdown::new_site(theme = 'gcushen/hugo-academic')
blogdown::serve_site()
But I am getting an error
failed to extract shortcode: template for shortcode "alert" not found
I found a related github issue here:
But it seems like gcushen/hugo-academic
is shifting to wowchemy
How to resolve this?