We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb0160 commit dbc4912Copy full SHA for dbc4912
2 files changed
.github/workflows/page.yaml
@@ -19,7 +19,7 @@ jobs:
19
build:
20
runs-on: ubuntu-latest
21
env:
22
- HUGO_VERSION: 0.155.0
+ HUGO_VERSION: 0.157.0
23
steps:
24
- name: Checkout
25
uses: actions/checkout@v4
hugo.yaml
@@ -100,6 +100,13 @@ outputs:
100
- RSS
101
- print
102
103
+# Disable RSS for ext section (465 extension pages make index.xml exceed 25MB)
104
+cascade:
105
+ - _target:
106
+ path: /ext/**
107
+ outputs:
108
+ - HTML
109
+
110
#=======================================#
111
# Site Params
112
0 commit comments