Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2020-11-09 00:50:52 +0300
committerRobert Kaussow <mail@geeklabor.de>2020-11-09 00:50:52 +0300
commit564aade218db2e3d4b4a545cd8abcd2f99765fb3 (patch)
tree02dde181c10c0cadf4a7507c15e09ed7ad99b035
parentb96f12b1844d7951948fef9b0a856d94d9c225e0 (diff)
increase hugo timeout to 180000v0.5.3
-rw-r--r--exampleSite/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index 2b5e342..977ff39 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -5,7 +5,7 @@ theme: hugo-geekblog
pygmentsUseClasses: true
pygmentsCodeFences: true
enableGitInfo: true
-timeout: 60000
+timeout: 180000
paginate: 5