From 94740a0342db8bba8b881197f808f0852656f6f1 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Tue, 5 May 2020 23:43:11 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98pelicanconf.py=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pelicanconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pelicanconf.py b/pelicanconf.py index dd86ef5..1c56a1d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -40,6 +40,7 @@ DEFAULT_PAGINATION = 20 PAGINATED_TEMPLATES = {'index': None, 'tag': None, 'category': None, 'author': None} TEMPLATE_PAGES = {'pages.html': 'pages.html'} READERS = {'html': None} +STATIC_PATHS = ['content'] # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True