Skip to content

Commit

Permalink
Hugo: remove option 'panicOnWarning'
Browse files Browse the repository at this point in the history
Hugo v0.130.0 issues a warning regarding the deprecation of the .Site.IsMultiLingual
configuration. However, the Relearn theme is somehow tied to this configuration. So
for the time being, let's ease our own configuration a bit and not bail out from mere
warnings.

see McShelby/hugo-theme-relearn#877
  • Loading branch information
cagix committed Jul 29, 2024
1 parent 0b7e4b7 commit bb83e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ DOT_ARGS = -Tpng
PANDOC_ARGS = --metadata-file=$(METADATA) $(PANDOC_DIRS)

## Define options to be used by Hugo
HUGO_ARGS = --config hugo.yaml,$(HUGO_LOCAL) $(HUGO_DIRS) --contentDir $(TEMP_DIR) --destination $(WEB_OUTPUT_DIR) --printPathWarnings --panicOnWarning
HUGO_ARGS = --config hugo.yaml,$(HUGO_LOCAL) $(HUGO_DIRS) --contentDir $(TEMP_DIR) --destination $(WEB_OUTPUT_DIR) --printPathWarnings #--panicOnWarning

#--------------------------------------------------------------------------------
# I/O Directories
Expand Down

0 comments on commit bb83e1b

Please sign in to comment.