This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch asf-site-build
in repository https://gitbox.apache.org/repos/asf/steve.git


The following commit(s) were added to refs/heads/asf-site-build by this push:
     new 6e4adc8  fix pelicanconf, remove spu and nix .htaccess
6e4adc8 is described below

commit 6e4adc88bcf6370de298bbcc90e229755f4e24de
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Apr 3 12:01:00 2022 +0200

    fix pelicanconf, remove spu and nix .htaccess
---
 pelicanconf.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 97364a1..dc95fe0 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -20,8 +20,6 @@ PATH_METADATA= '.*?(pages/)?(?P<path_no_ext>.*?)\.[a-z]*$'
 PAGE_SAVE_AS= './{slug}.html'
 PAGE_URL= './{slug}.html'
 
-# Make .htaccess static
-STATIC_PATHS = ['pages/.htaccess']
 
 # Sort news by date, descending, latest article first
 ARTICLE_ORDER_BY = 'reversed-date'
@@ -35,7 +33,7 @@ AUTHOR_FEED_RSS = None
 
 # TOC Generator
 PLUGIN_PATHS = ['./theme/plugins']
-PLUGINS = ['toc', 'pelican-gfm', 'spu']
+PLUGINS = ['toc', 'pelican-gfm',]
 TOC_HEADERS = r"h[1-6]"
 
 # Blogroll

Reply via email to