mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-30 22:26:38 -04:00
finally updating Hugo [skip ci]
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
# much easier to install Node on the Go base image than vice-versa.
|
||||
FROM golang:1.14-alpine
|
||||
|
||||
ENV HUGO_VERSION 0.68.3
|
||||
ENV HUGO_VERSION 0.74.1
|
||||
# remove/comment the following line completely to build with vanilla Hugo:
|
||||
ENV HUGO_EXTENDED 1
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[](https://app.netlify.com/sites/jakejarvis/deploys)
|
||||
[](https://github.com/jakejarvis/jarv.is/actions?query=workflow%3ACI+branch%3Amain)
|
||||
[](https://github.com/gohugoio/hugo)
|
||||
[](https://github.com/gohugoio/hugo)
|
||||
[](LICENSE.md)
|
||||
[](https://github.com/jakejarvis/jarv.is)
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "hugo mod clean && rimraf public/ resources/ builds/ _vendor/ .netlify/functions/ $TMPDIR/hugo_cache/ || true",
|
||||
"build": "run-s build:** minify",
|
||||
"build": "run-s build:hugo build:functions minify",
|
||||
"build:hugo": "hugo --gc --cleanDestinationDir --verbose",
|
||||
"build:functions": "netlify-lambda build functions",
|
||||
"start": "run-p start:hugo start:functions",
|
||||
|
@ -866,9 +866,9 @@
|
||||
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
|
||||
|
||||
"@types/node@*":
|
||||
version "14.0.22"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.22.tgz#23ea4d88189cec7d58f9e6b66f786b215eb61bdc"
|
||||
integrity sha512-emeGcJvdiZ4Z3ohbmw93E/64jRzUHAItSHt8nF7M4TGgQTiWqFVGB8KNpLGFmUHmHLvjvBgFwVlqNcq+VuGv9g==
|
||||
version "14.0.23"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.23.tgz#676fa0883450ed9da0bb24156213636290892806"
|
||||
integrity sha512-Z4U8yDAl5TFkmYsZdFPdjeMa57NOvnaf1tljHzhouaPEp7LCj2JKkejpI1ODviIAQuW4CcQmxkQ77rnLsOOoKw==
|
||||
|
||||
"@types/normalize-package-data@^2.4.0":
|
||||
version "2.4.0"
|
||||
|
Reference in New Issue
Block a user