[gimp-web/testing: 6/7] Add tipue_search plugin to config files
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing: 6/7] Add tipue_search plugin to config files
- Date: Fri, 27 May 2016 21:49:08 +0000 (UTC)
commit 90598e8ced02fd30a8cd77f4068ee92760dcb519
Author: Pat David <patdavid gmail com>
Date: Fri May 27 16:47:15 2016 -0500
Add tipue_search plugin to config files
This adds the plugin to the PLUGINS variable.
It also adds the new "search.md" page to the PAGE_PATHS
variable so it builds correctly.
pelicanconf.local.py | 6 +++---
pelicanconf.py | 4 ++--
pelicanconf.testing.py | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/pelicanconf.local.py b/pelicanconf.local.py
index 53795cd..a6be4c6 100644
--- a/pelicanconf.local.py
+++ b/pelicanconf.local.py
@@ -4,7 +4,7 @@ from __future__ import unicode_literals
#Plugins
PLUGIN_PATHS = ["plugins"]
-PLUGINS = ["mimic_hierarchy", "i18n_subsites", "sitemap", "gimp_mirrors"]
+PLUGINS = ["mimic_hierarchy", "i18n_subsites", "sitemap", "gimp_mirrors", "tipue_search"]
# sitemap plugin settings
SITEMAP = {
@@ -72,8 +72,8 @@ READERS = {'html': None}
STATIC_PATHS = ['images', 'js', 'pages', 'tutorials', 'about', 'books', 'develop', 'docs', 'donating',
'downloads', 'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix',
'robots.txt', 'COPYING', 'GNUGPLv2', 'GNUGPLv3', 'news']
# This sets which directories will be parsed as pages (vs. news/articles)
-# If a new directory is to be added under content/, make sure it gets added hereMarkdown.
-PAGE_PATHS = ['about', 'frontpage', 'tutorials', 'books', 'develop', 'docs', 'donating', 'downloads',
'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix']
+# If a new directory is to be added under content/, make sure it gets added here.
+PAGE_PATHS = ['about', 'frontpage', 'tutorials', 'books', 'develop', 'docs', 'donating', 'downloads',
'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix', 'search.md']
ARTICLE_PATHS = ['news']
diff --git a/pelicanconf.py b/pelicanconf.py
index a9d2947..b2d53c7 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -5,7 +5,7 @@ from __future__ import unicode_literals
#Plugins
PLUGIN_PATHS = ["plugins"]
#PLUGINS = ["page_hierarchy_gimp"]
-PLUGINS = ["mimic_hierarchy", "i18n_subsites", "sitemap", "gimp_mirrors"]
+PLUGINS = ["mimic_hierarchy", "i18n_subsites", "sitemap", "gimp_mirrors", "tipue_search"]
# sitemap plugin settings
SITEMAP = {
@@ -74,7 +74,7 @@ STATIC_PATHS = ['images', 'js', 'pages', 'tutorials', 'about', 'books', 'develop
# This sets which directories will be parsed as pages (vs. news/articles)
# If a new directory is to be added under content/, make sure it gets added hereMarkdown.
-PAGE_PATHS = ['about', 'frontpage', 'tutorials', 'books', 'develop', 'docs', 'donating', 'downloads',
'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix']
+PAGE_PATHS = ['about', 'frontpage', 'tutorials', 'books', 'develop', 'docs', 'donating', 'downloads',
'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix', 'search.md']
ARTICLE_PATHS = ['news']
diff --git a/pelicanconf.testing.py b/pelicanconf.testing.py
index f91975d..1139efc 100644
--- a/pelicanconf.testing.py
+++ b/pelicanconf.testing.py
@@ -5,7 +5,7 @@ from __future__ import unicode_literals
#Plugins
PLUGIN_PATHS = ["plugins"]
#PLUGINS = ["page_hierarchy_gimp"]
-PLUGINS = ["mimic_hierarchy", "i18n_subsites", "sitemap", "gimp_mirrors"]
+PLUGINS = ["mimic_hierarchy", "i18n_subsites", "sitemap", "gimp_mirrors", "tipue_search"]
# sitemap plugin settings
SITEMAP = {
@@ -74,7 +74,7 @@ STATIC_PATHS = ['images', 'js', 'pages', 'tutorials', 'about', 'books', 'develop
# This sets which directories will be parsed as pages (vs. news/articles)
# If a new directory is to be added under content/, make sure it gets added hereMarkdown.
-PAGE_PATHS = ['about', 'frontpage', 'tutorials', 'books', 'develop', 'docs', 'donating', 'downloads',
'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix']
+PAGE_PATHS = ['about', 'frontpage', 'tutorials', 'books', 'develop', 'docs', 'donating', 'downloads',
'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix', 'search.md']
ARTICLE_PATHS = ['news']
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]