File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
title = " The Update Framework"
2
- disableKinds = [" section" , " taxonomy" , " taxonomyTerm " ]
2
+ disableKinds = [" section" , " taxonomy" ]
3
3
baseURL = " https://theupdateframework.io"
4
4
5
5
[markup .goldmark .renderer ]
Original file line number Diff line number Diff line change 1
- {{- $inServerMode := site .IsServer }}
1
+ {{- $inServerMode := hugo .IsServer }}
2
2
{{- $includePaths := (slice "node_modules") }}
3
3
{{- $sass := "sass/style.sass" }}
4
4
{{- $cssOutput := "css/style.css" }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ publish = "public"
3
3
command = " make production-build"
4
4
5
5
[build .environment ]
6
- HUGO_VERSION = " 0.60 .0"
6
+ HUGO_VERSION = " 0.126 .0"
7
7
8
8
[context .deploy-preview ]
9
9
command = " make preview-build"
You can’t perform that action at this time.
0 commit comments