You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by wa...@apache.org on 2021/06/07 18:34:06 UTC

[openwebbeans-site] 10/16: html as is

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

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans-site.git

commit b202875451eeceadc64fb366e66adb612749761f
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Mon Jun 7 10:05:19 2021 -0700

    html as is
---
 pelicanconf.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pelicanconf.py b/pelicanconf.py
index 4630dd7..57d875a 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -62,6 +62,9 @@ TAGS_SAVE_AS = ''
 # We want to serve our static files mixed with content.
 STATIC_PATHS = ['.']
 
+# we want any html to be served as is
+READERS = {'html': None}
+
 # We don't use articles, but we don't want pelican to think
 # that content/ contains articles.
 ARTICLE_PATHS = ['articles']