Skip to content

Commit f672a89

Browse files
Update hugo (#218)
1 parent d98f145 commit f672a89

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ html: prepare calendars ## build the website in ./public
4545
@hugo
4646

4747
serve: prepare calendars ## serve the website
48-
@hugo --i18n-warnings server
48+
@hugo --printI18nWarnings server
4949

5050
serve-dev: prepare calendars
51-
@hugo --i18n-warnings server --disableFastRender
51+
@hugo --printI18nWarnings --disableFastRender server
5252

5353
clean:
5454
rm -rf public content/calendars/*.ics

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build.environment]
22
PYTHON_VERSION = "3.8"
3-
HUGO_VERSION = "0.92.2"
3+
HUGO_VERSION = "0.93.2"
44

55
[[plugins]]
66
package = "netlify-plugin-checklinks"

0 commit comments

Comments
 (0)