You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2020/09/01 12:37:42 UTC

[xmlgraphics-website] branch master updated: Include .htaccess

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

ssteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b61920f  Include .htaccess
b61920f is described below

commit b61920f4e0d9a5d72158d6711ec77055bb6be0d8
Author: ssteiner <ss...@apache.org>
AuthorDate: Tue Sep 1 13:33:45 2020 +0100

    Include .htaccess
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 7cebe19..6d5d7dc 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -66,7 +66,7 @@ def read(self, source_path):
     return content, metadata
 MarkdownReader.read = read    
 
-STATIC_PATHS = []
+STATIC_PATHS = ['.']
 for root, _, _ in os.walk(PATH):
     for adir in ['css', 'js', 'images', 'fo', 'svg', 'schema', 'stylesets', 'demo', 'javadoc']:
         STATIC_PATHS.append(os.path.join(root, adir).replace(PATH + os.sep, ''))


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org