Skip to content

Commit c24460c

Browse files
committed
Configure output: only html for taxonomy and term
1 parent c323079 commit c24460c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

hugo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title = 'Poesieland'
44
# Add it only if you keep the theme in the `themes` directory.
55
# Remove it if you use the theme as a remote Hugo Module.
66
theme = "hugo-theme-relearn"
7-
#paginate = 5
87
defaultContentLanguage = 'fr'
98
enableEmoji = true
109
removePathAccents = true
@@ -168,9 +167,12 @@ minify = true
168167
precision = 0
169168

170169
[outputs]
171-
home = ["HTML"]
172-
section = ["HTML"]
173-
page = ["HTML"]
170+
home = ['html']
171+
page = ['html']
172+
# rss = ['rss']
173+
section = ['html']
174+
taxonomy = ['html']
175+
term = ['html']
174176

175177
[Languages]
176178
[Languages.en]

0 commit comments

Comments
 (0)