site/package.json: update Hugo version

This is only used locally, but might as well update the version just
in case.
This commit is contained in:
Alan Orth 2022-01-06 13:55:10 +02:00
parent d182d67d9c
commit ad6d18697f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"build": "npm run build:css && npm run build:js && npm run clean && npm run copy:icons && npm run build:site",
"clean": "rm assets/css/*.css.tmp assets/css/*.css.tmp.map",
"copy:icons": "cp node_modules/bootstrap-icons/icons/file-earmark-code.svg node_modules/bootstrap-icons/icons/file-earmark-spreadsheet.svg assets/icons",
"postinstall": "hugo-installer --version 0.89.4",
"postinstall": "hugo-installer --version 0.91.2",
"server": "./bin/hugo/hugo serve"
},
"keywords": [