We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98f145 commit f672a89Copy full SHA for f672a89
2 files changed
Makefile
@@ -45,10 +45,10 @@ html: prepare calendars ## build the website in ./public
45
@hugo
46
47
serve: prepare calendars ## serve the website
48
- @hugo --i18n-warnings server
+ @hugo --printI18nWarnings server
49
50
serve-dev: prepare calendars
51
- @hugo --i18n-warnings server --disableFastRender
+ @hugo --printI18nWarnings --disableFastRender server
52
53
clean:
54
rm -rf public content/calendars/*.ics
netlify.toml
@@ -1,6 +1,6 @@
1
[build.environment]
2
PYTHON_VERSION = "3.8"
3
- HUGO_VERSION = "0.92.2"
+ HUGO_VERSION = "0.93.2"
4
5
[[plugins]]
6
package = "netlify-plugin-checklinks"
0 commit comments