[gimp-web/gimp-web-static] Working on fixing stuff I broke.
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Working on fixing stuff I broke.
- Date: Tue, 11 Aug 2015 22:12:25 +0000 (UTC)
commit d83210bdd671a934d4e8c2c933f617d84a2c5633
Author: Pat David <patdavid gmail com>
Date: Tue Aug 11 17:12:15 2015 -0500
Working on fixing stuff I broke.
content/about/irc.md | 7 +++++++
content/about/meta/writing/index.md | 3 +++
pelicanconf.py | 1 +
plugins/page_hierarchy_gimp/page_hierarchy.py | 3 +++
4 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/content/about/irc.md b/content/about/irc.md
new file mode 100644
index 0000000..99ade38
--- /dev/null
+++ b/content/about/irc.md
@@ -0,0 +1,7 @@
+Title: IRC Channels Related to GIMP
+Date: 2015-08-11T16:24:52-05:00
+Author: Pat David
+slug: ''
+filename: irc.html
+
+Chatting us up on irc!
diff --git a/content/about/meta/writing/index.md b/content/about/meta/writing/index.md
index 959ed5d..154e4a7 100644
--- a/content/about/meta/writing/index.md
+++ b/content/about/meta/writing/index.md
@@ -11,6 +11,9 @@ This is so you can check to make sure that what you write is correct, looks good
Instructions can be found on the [Building WGO page]({filename}../building/index.md).
+Second, you may want to check with us on IRC to make sure that we can use what you want to submit.
+I would imagine this is almost always going to be: "Go for it!" but it can't hurt to check before you get
too far
+into writing content.
## A Tutorial
diff --git a/pelicanconf.py b/pelicanconf.py
index 945a49c..5ecfa49 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -45,6 +45,7 @@ RELATIVE_URLS = True
# This will copy over these folders w/o modification
STATIC_PATHS = ['images', 'pages', 'tutorials', 'about']
+
#PAGE_PATHS = ['pages', 'tutorials', 'about']
PAGE_PATHS = ['about', 'tutorials']
diff --git a/plugins/page_hierarchy_gimp/page_hierarchy.py b/plugins/page_hierarchy_gimp/page_hierarchy.py
index a6ecb9a..8e62c2a 100644
--- a/plugins/page_hierarchy_gimp/page_hierarchy.py
+++ b/plugins/page_hierarchy_gimp/page_hierarchy.py
@@ -39,6 +39,9 @@ def override_metadata(content_object):
print( "page.get_relative_source_path():" )
print( page.get_relative_source_path() )
print( "####################" )
+ print( "$$$ METADATA $$$" )
+ print( page.metadata )
+ print( "$$$$$$$$$$$$$$$$" )
print( "manual path [1]:" )
print( os.path.split(page.get_relative_source_path())[1] )
#path = get_path(page, page.settings)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]