Skip to content

Commit

Permalink
theme(fix): deep merge of outputs settings
Browse files Browse the repository at this point in the history
fixes #1164
  • Loading branch information
davidsneighbour committed Sep 6, 2024
1 parent 79917db commit 1e83724
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,23 @@ timeZone = "Asia/Bangkok"
title = "KOLLITSCH.dev*"
titleCaseStyle = "chicago"

################################################################################
##################################################################################
# error configuration
################################################################################
##################################################################################
ignoreErrors = ['deprecation.debug', 'deprecation.debugprint']

################################################################################
##################################################################################
# hack: increasing timeout to prevent hugo from... timing out while recreating
# images. this is no more required for this website, because "we got RAM", but
# kept to find it when working on client projects.
# MUST be string, MUST contain digits and s for seconds, probably m for minutes
# (untested)
################################################################################
##################################################################################
timeout = "600s"

##################################################################################
# https://gohugo.io/getting-started/configuration/#merge-configuration-from-themes
# some configurations require different merge settings from the default
##################################################################################
[outputs]
_merge = 'deep'

0 comments on commit 1e83724

Please sign in to comment.