This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch preview/refresh
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/preview/refresh by this push:
new 5507118 update plugins path
5507118 is described below
commit 5507118a394e7d7e195edba347b21d1084e12dcd
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Jun 28 12:57:58 2021 -0700
update plugins path
---
pelicanconf.py | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/pelicanconf.py b/pelicanconf.py
index ed89c08..0c17da7 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -48,7 +48,7 @@ AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# TOC Generator
-#PLUGIN_PATHS = ['./theme/plugins']
+PLUGIN_PATHS = ['./theme/plugins']
#PLUGINS = ['toc']
TOC_HEADERS = r"h[1-6]"
@@ -71,19 +71,3 @@ DEFAULT_PAGINATION = False
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
-MARKDOWN = {
- 'extension_configs': {
- 'markdown.extensions.extra': {},
- 'markdown.extensions.admonition': {},
- 'markdown.extensions.codehilite': {
- 'css_class': 'highlight'
- },
- 'markdown.extensions.meta': {},
- 'smarty' : {
- 'smart_angled_quotes' : 'true'
- },
- 'markdown.extensions.toc': {
- 'permalink': 'true',
- },
- }
-}