mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-23 20:10:16 +00:00
23 lines
849 B
TOML
23 lines
849 B
TOML
![]() |
# This configuration file disables all performance intensive features.
|
||
|
|
||
|
# 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 the piratish
|
||
|
# 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.
|
||
|
collapsibleMenu = false
|