Closed washingtonsilva closed 7 years ago
the problem disappears after deleting all the example posts
I'm also facing the same issue. only deleting those lines fixed the error.
Error: Error building site: "/repo/content/home/demo.md:66:5": failed to extract shortcode: template for shortcode "alert" not found
Hugo Static Site Generator v0.54.0/extended linux/amd64 BuildDate: 2019-02-01T18:13:18Z latest kickstart repo and theme repo
Sorry for the basic question (newbie in GitHub/Hugo/Blogdown). I am building my site with the academic theme (using the Blogdown package) and everything is going well, however, when I delete example posts files from the content/posts folder, errors appear in build_site ().
For example, if I delete the
widgets.md
file (an example post) and usebuild_site()
, I getAm I forgetting to delete some reference to the deleted file?
The only shortcode I identified was
{{% Alert note%}} By default, publications will be... {{% / Alert%}}
I can not identify which file was referenced by the shortcode{{% alert note%}}
, Is it really a shortcode?Thanks.