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 c323079 commit c24460cCopy full SHA for c24460c
hugo.toml
@@ -4,7 +4,6 @@ title = 'Poesieland'
4
# Add it only if you keep the theme in the `themes` directory.
5
# Remove it if you use the theme as a remote Hugo Module.
6
theme = "hugo-theme-relearn"
7
-#paginate = 5
8
defaultContentLanguage = 'fr'
9
enableEmoji = true
10
removePathAccents = true
@@ -168,9 +167,12 @@ minify = true
168
167
precision = 0
169
170
[outputs]
171
-home = ["HTML"]
172
-section = ["HTML"]
173
-page = ["HTML"]
+ home = ['html']
+ page = ['html']
+ # rss = ['rss']
+ section = ['html']
174
+ taxonomy = ['html']
175
+ term = ['html']
176
177
[Languages]
178
[Languages.en]
0 commit comments