You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I following the instruction on the official documentation, I got some errors when building site.
Here's the error message:
# rem @ rem in ~/Blog/test [16:56:26]
$ hugo
Start building sites …
ERROR 2020/10/22 16:57:00 Failed to get JSON resource "https://api.instagram.com/oembed/?url=https://www.instagram.com/p/BGvuInzyFAe/&maxwidth=640&omitscript=true": Get "https://api.instagram.com/oembed/?url=https://www.instagram.com/p/BGvuInzyFAe/&maxwidth=640&omitscript=true": dial tcp 104.31.143.88:443: i/o timeout
Total in 30140 ms
Error: Error building site: "/home/rem/Blog/test/content/post/rich-content/index.md:1:1": timed out initializing value. You may have a circular loop in a shortcode, or your site may have resources that take longer to build than the `timeout` limit in your Hugo config file.
I found that the test content in the exampleSite directory has some unsupported format, which will cause fatal error. I recommend to remove hugo-theme-stack/exampleSite/content/post/rich-content/ to avoid errors.
The text was updated successfully, but these errors were encountered:
After I following the instruction on the official documentation, I got some errors when building site.
Here's the error message:
I found that the test content in the exampleSite directory has some unsupported format, which will cause fatal error. I recommend to remove hugo-theme-stack/exampleSite/content/post/rich-content/ to avoid errors.
The text was updated successfully, but these errors were encountered: