Adapt to Hugo CLI changes
This commit is contained in:
parent
1dc89aafe4
commit
cdfe3c978b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
# Hugo configuration.
|
||||
HUGO_COMMAND := hugo
|
||||
HUGO_OPTIONS := --i18n-warnings
|
||||
HUGO_OPTIONS := --printI18nWarnings --minify
|
||||
|
||||
OUTPUT_DIR := public
|
||||
|
||||
|
|
Loading…
Reference in a new issue