Unable to locate template for shortcode

Hello, I am facing this problem when trying to run hugo server -D:

sudo hugo server -D
Building sites … ERROR 2020/04/09 15:50:15 Unable to locate template for shortcode "alert" in page "docs/Language/_index.md"
ERROR 2020/04/09 15:50:15 Unable to locate template for shortcode "alert" in page "docs/Best practices/site-guidance.md"
ERROR 2020/04/09 15:50:15 Unable to locate template for shortcode "alert" in page "docs/Best practices/organizing-content.md"
ERROR 2020/04/09 15:50:15 Unable to locate template for shortcode "alert" in page "docs/Deployment/_index.md"
ERROR 2020/04/09 15:50:15 Unable to locate template for shortcode "alert" in page "docs/Adding content/content.md"
ERROR 2020/04/09 15:50:15 Unable to locate template for shortcode "alert" in page "docs/Adding content/iconsimages.md"
ERROR 2020/04/09 15:50:15 Unable to locate template for shortcode "alert" in page "docs/Adding content/Shortcodes/index.md"
ERROR 2020/04/09 15:50:15 Unable to locate template for shortcode "alert" in page "docs/Adding content/navigation.md"
ERROR 2020/04/09 15:50:15 Unable to locate template for shortcode "alert" in page "docs/Adding content/lookandfeel.md"
ERROR 2020/04/09 15:50:15 Unable to locate template for shortcode "blocks" in page "_index.html"
ERROR 2020/04/09 15:50:15 Unable to locate template for shortcode "blocks" in page "about/_index.md"
Total in 71 ms
Error: Error building site: logged 11 error(s)

Can anyone help?

Thank you guys,

Your site is… Unable to locate template for shortcode “alert”. Also “blocks”.

Well, I notice that. But what exactly that means?

It means your content is referencing a shortcode, but there is no shortcode template in your project.

I wasn’t expecting this, because a shortcode is used when a person wants to include it in their content. So, like, is this your content? If so, why don’t you know about your shortcodes?

I was trying to put my old wordpress on Hugo. I made the exportation process, extracted all content at the folder, installed a theme and tried to run… and this was the error that I received…

Okay. Please refer to Requesting Help.

Please search the forums and the docs with your error messages to find the relevant documentation. :slight_smile:

Well, I made my research before post here, but whatever I saw that this are not going anywhere.

Thank you for your attention.