File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11title = " Hugo Xterm"
22languageCode = " en-us"
33baseurl = " https://manid2.github.io/hugo-xterm/"
4- paginate = 20
4+
5+ [pagination ]
6+ pagerSize = 20
57
68[module ]
79 [[module .imports ]]
Original file line number Diff line number Diff line change @@ -154,10 +154,6 @@ Code Blocks
154154
155155<!-- markdownlint-enable -->
156156
157- ### Gist
158-
159- {{< gist spf13 7896402 >}}
160-
161157List Types
162158----------
163159
Original file line number Diff line number Diff line change 55{{- /* styles */}}
66{{- if hugo.IsProduction -}}
77 {{- $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 -}}
99 < link rel ="stylesheet " href ="{{ $styles.Permalink }} " integrity ="{{ $styles.Data.Integrity }} " />
1010{{- else -}}
1111 {{- $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 -}}
1313 < link rel ="stylesheet " href ="{{ $styles.Permalink }} " />
1414{{- end -}}
1515
You can’t perform that action at this time.
0 commit comments