hugo-theme-relearn/docs/config/performance/hugo.toml

26 lines
917 B
TOML
Raw Normal View History

2025-02-19 21:42:14 +01:00
# This configuration file disables all performance intensive features.
# To use run `hugo -e performance` or `hugo server -e performance`
2025-02-19 21:42:14 +01:00
# The Piratish pages are slow due to the mechanism used to autotranslate
# the original english content via the piratify shortcode. This is
# only an issue with this showcase as your site should have no piratish
2025-02-19 21:42:14 +01:00
# translations.
disableLanguages = ['pir']
# Usually the docs are built with the addition of the Relearn print
# format. This can get costly for many pages and/or deeply nested sites.
[outputs]
home = ['html', 'rss']
section = ['html', 'rss']
page = ['html', 'rss']
[params]
# Generation of the search index is costly as all pages are indexed
# in a single file. Luckily due to caching, this is only done once
# per configured language.
disableSearch = true
# This option can have a major impact if you have many pages.
2025-02-19 22:04:13 +01:00
collapsibleMenu = false