Skip to content

Commit f7cc8f8

Browse files
authored
Merge pull request #63 from h4l0gen/remove_deprecated
Upgrade to newer Hugo
2 parents b7a3860 + f6da7d6 commit f7cc8f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title = "The Update Framework"
2-
disableKinds = ["section", "taxonomy", "taxonomyTerm"]
2+
disableKinds = ["section", "taxonomy"]
33
baseURL = "https://theupdateframework.io"
44

55
[markup.goldmark.renderer]

layouts/partials/css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- $inServerMode := site.IsServer }}
1+
{{- $inServerMode := hugo.IsServer }}
22
{{- $includePaths := (slice "node_modules") }}
33
{{- $sass := "sass/style.sass" }}
44
{{- $cssOutput := "css/style.css" }}

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish = "public"
33
command = "make production-build"
44

55
[build.environment]
6-
HUGO_VERSION = "0.60.0"
6+
HUGO_VERSION = "0.126.0"
77

88
[context.deploy-preview]
99
command = "make preview-build"

0 commit comments

Comments
 (0)