hugo version PS C:\Users\tea90> hugo version hugo v0.96.0-2fd4a7d3d6845e75f8b8ae3a2a7bd91438967bbb windows/amd64 BuildDate=2022-03-26T09:15:58Z VendorInfo=gohugoio PS C:\Users\tea90>
PS C:\Users\tea90\Documents\tea\myblog> hugo server Start building sites … hugo v0.96.0-2fd4a7d3d6845e75f8b8ae3a2a7bd91438967bbb windows/amd64 BuildDate=2022-03-26T09:15:58Z VendorInfo=gohugoio WARN 2022/04/10 11:51:39 The "twitter_simple" shortcode will soon require two named parameters: user and id. See "C:\Users\tea90\Documents\tea\myblog\content\posts\rich-content.md:26:1" ERROR 2022/04/10 11:52:00 Failed to get JSON resource "https://publish.twitter.com/oembed?dnt=false&omit_script=true&url=https%3A%2F%2Ftwitter.com%2Fx%2Fstatus%2F1085870671291310081": Get "https://publish.twitter.com/oembed?dnt=false&omit_script=true&url=https%3A%2F%2Ftwitter.com%2Fx%2Fstatus%2F1085870671291310081": dial tcp 128.242.245.180:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. If you feel that this should not be logged as an ERROR, you can ignore it by adding this to your site config: ignoreErrors = ["error-remote-getjson"] Error: Error building site: "C:\Users\tea90\Documents\tea\myblog\content\posts\rich-content.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` limitin your Hugo config file. Built in 62032 ms
> hugo server Start building sites … hugo v0.96.0-2fd4a7d3d6845e75f8b8ae3a2a7bd91438967bbb windows/amd64 BuildDate=2022-03-26T09:15:58Z VendorInfo=gohugoio
Built in 205 ms Watching for changes in C:\Users\tea90\Documents\tea\myblog\{archetypes,content,data,layouts,static,themes} Watching for config changes in C:\Users\tea90\Documents\tea\myblog\config.toml, C:\Users\tea90\Documents\tea\myblog\themes\hugo-coder\config.toml Environment: "development" Serving pages from memory Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender Web Server is available at http://localhost:1313/ (bind address 127.0.0.1) Press Ctrl+C to stop