Skip to content

Commit

Permalink
feat: add hugo extended as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Jan 12, 2021
1 parent b20209b commit 258224c
Show file tree
Hide file tree
Showing 6 changed files with 3,171 additions and 399 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hugo_bin_build_tags = "extended"
8 changes: 8 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
{"type": "test", "hidden": true}
],
"bumpFiles": [
{
"filename": "package.json",
"type": "json"
},
{
"filename": "package-lock.json",
"type": "json"
},
{
"filename": "data/doks.json",
"type": "json"
Expand Down
2 changes: 1 addition & 1 deletion data/hyas.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "hyas",
"version": "1.2.8"
"version": "1.3.5"
}
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
functions = "functions"

[build.environment]
HUGO_VERSION = "0.78.0"
NODE_VERSION = "15.0.1"
NPM_VERSION = "7.0.5"
HUGO_VERSION = "0.80.0"
NODE_VERSION = "15.5.1"
NPM_VERSION = "7.3.0"

[context.production]
command = "hugo -b $URL --gc --minify && npm run build:functions"
Expand Down
Loading

0 comments on commit 258224c

Please sign in to comment.