Hugoのページ生成でタイムアウト

このブログの記事も増えてきた(ってほどでも無いと思うけど)からなのか、ローカルでの事前確認のための hugo サーバ起動がタイムアウトで失敗することがしばしば出るようになってきた。

各ページの生成が遅くてタイムアウトしてしまっているようだ。

デフォルトではタイムアウト10秒らしいがそれ以上にかかるのか…

> hugo server -D
Building sites … Built in 199054 ms
Error: Error building site: "C:\projects\blog.siwa32.com\content\post\windows10_productkey.adoc: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.

とりあえず、config.toml に設定を追加して、30秒にしてみた。設定の仕方はあってるはず。

config.toml
timeout = 30000
設定の詳細はこちら Configure Hugo \| Hugo