From bf2158c4ae0be35cbd4dadcd9fc33833f350a729 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 8 Apr 2021 21:41:03 +0200 Subject: [PATCH] site: use URL cleaner to not display index.html --- site.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site.yaml b/site.yaml index 30586ddb..bb0a4feb 100644 --- a/site.yaml +++ b/site.yaml @@ -11,6 +11,7 @@ plugins: - hyde.ext.plugins.textlinks.TextlinksPlugin - hyde.ext.plugins.images.ImageSizerPlugin - hyde.ext.plugins.optipng.OptiPNGPlugin + - hyde.ext.plugins.urls.UrlCleanerPlugin context: data: base: https://lldpd.github.io @@ -33,3 +34,6 @@ markdown: - markdown.extensions.extra - markdown.extensions.toc output_format: html +urlcleaner: + index_file_names: + - index.html -- 2.39.5