File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
title = " Hugo Xterm"
2
2
languageCode = " en-us"
3
3
baseurl = " https://manid2.github.io/hugo-xterm/"
4
- paginate = 20
4
+
5
+ [pagination ]
6
+ pagerSize = 20
5
7
6
8
[module ]
7
9
[[module .imports ]]
Original file line number Diff line number Diff line change @@ -154,10 +154,6 @@ Code Blocks
154
154
155
155
<!-- markdownlint-enable -->
156
156
157
- ### Gist
158
-
159
- {{< gist spf13 7896402 >}}
160
-
161
157
List Types
162
158
----------
163
159
Original file line number Diff line number Diff line change 5
5
{{- /* styles */}}
6
6
{{- if hugo.IsProduction -}}
7
7
{{- $options := (dict "targetPath" "styles.css" "outputStyle" "compressed") -}}
8
- {{- $styles := resources.Get "styles/app.scss" | resources.ToCSS $options | resources.Fingerprint -}}
8
+ {{- $styles := resources.Get "styles/app.scss" | toCSS $options | resources.Fingerprint -}}
9
9
< link rel ="stylesheet " href ="{{ $styles.Permalink }} " integrity ="{{ $styles.Data.Integrity }} " />
10
10
{{- else -}}
11
11
{{- $options := (dict "targetPath" "styles.css" "outputStyle" "compressed" "enableSourceMap" true) -}}
12
- {{- $styles := resources.Get "styles/app.scss" | resources.ToCSS $options -}}
12
+ {{- $styles := resources.Get "styles/app.scss" | toCSS $options -}}
13
13
< link rel ="stylesheet " href ="{{ $styles.Permalink }} " />
14
14
{{- end -}}
15
15
You can’t perform that action at this time.
0 commit comments