We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7a3860 + f6da7d6 commit f7cc8f8Copy full SHA for f7cc8f8
3 files changed
config.toml
@@ -1,5 +1,5 @@
1
title = "The Update Framework"
2
-disableKinds = ["section", "taxonomy", "taxonomyTerm"]
+disableKinds = ["section", "taxonomy"]
3
baseURL = "https://theupdateframework.io"
4
5
[markup.goldmark.renderer]
layouts/partials/css.html
@@ -1,4 +1,4 @@
-{{- $inServerMode := site.IsServer }}
+{{- $inServerMode := hugo.IsServer }}
{{- $includePaths := (slice "node_modules") }}
{{- $sass := "sass/style.sass" }}
{{- $cssOutput := "css/style.css" }}
netlify.toml
@@ -3,7 +3,7 @@ publish = "public"
command = "make production-build"
[build.environment]
6
-HUGO_VERSION = "0.60.0"
+HUGO_VERSION = "0.126.0"
7
8
[context.deploy-preview]
9
command = "make preview-build"
0 commit comments