site/config: increase build timeout ...

... so that if you are running the build on Netlify or on your computer
from the early 2000s, Hugo will not fail
This commit is contained in:
liushuyu 2021-11-02 21:07:06 -06:00
parent 0aec84bea2
commit 6b575afeac

View file

@ -6,7 +6,8 @@ theme = "shared-bulma-theme"
# Define how many objects appear per pagination.
paginate = 20
timeout = 60000
# Define build timeout for each page (incl. image processing).
timeout = 300000
[[menu.main]]
name = "Blog"