aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-05 17:02:00 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-05 17:02:00 -0400
commit19aba9065649a9b41fe82783a48cb056304bd847 (patch)
treeab02c8ada11ffc812462b9b8fa3e14a1a3502dba
parent1d9ad7e21e8498e8d26ed27c476b8e00c8212597 (diff)
downloadbnewnet-19aba9065649a9b41fe82783a48cb056304bd847.tar.gz
bnewnet-19aba9065649a9b41fe82783a48cb056304bd847.zip
fix 'travel' pages (in sub-folders)
-rw-r--r--pages/code_dotfiles_commit_d5d7ef54b4793592c72be6cfa9466ae58c421bdb.md6
-rw-r--r--pages/travel/middleeast.md (renamed from pages/middleasttravel.md)2
-rw-r--r--pages/travel/nz.md (renamed from pages/travel_nz.md)4
-rw-r--r--pages/travel/russia.md (renamed from pages/travel_russia.md)4
-rw-r--r--pages/travel_middleeast.md5
-rw-r--r--pelicanconf.py2
6 files changed, 6 insertions, 17 deletions
diff --git a/pages/code_dotfiles_commit_d5d7ef54b4793592c72be6cfa9466ae58c421bdb.md b/pages/code_dotfiles_commit_d5d7ef54b4793592c72be6cfa9466ae58c421bdb.md
deleted file mode 100644
index 75241cf..0000000
--- a/pages/code_dotfiles_commit_d5d7ef54b4793592c72be6cfa9466ae58c421bdb.md
+++ /dev/null
@@ -1,6 +0,0 @@
-Title: 404
-Url: /code/dotfiles/commit/d5d7ef54b4793592c72be6cfa9466ae58c421bdb/
-SaveAs: /code/dotfiles/commit/d5d7ef54b4793592c72be6cfa9466ae58c421bdb/index.html
-
-
-not found \ No newline at end of file
diff --git a/pages/middleasttravel.md b/pages/travel/middleeast.md
index afede54..27fe0fd 100644
--- a/pages/middleasttravel.md
+++ b/pages/travel/middleeast.md
@@ -1,6 +1,6 @@
Title: Middle East Travel
Url: /travel/middleeast/
-SaveAs: /travel/middleeast/index.html
+Save_as: travel/middleeast/index.html
<br />
diff --git a/pages/travel_nz.md b/pages/travel/nz.md
index e388d43..fe311f9 100644
--- a/pages/travel_nz.md
+++ b/pages/travel/nz.md
@@ -1,6 +1,6 @@
Title: Travel in New Zealand
Url: /travel/nz/
-SaveAs: /travel/nz/index.html
+Save_as: travel/nz/index.html
<br />
@@ -28,4 +28,4 @@ The Picton-Wellington ferry costs about $72 per adult one way for a flexible tic
You should go to milford sound and take one of the small boat cruises if you can. The waterfalls are over a mile high in most places -- they're more like vertical rivers than waterfalls... the pancake rocks in Greymouth are really worth seeing too. I really liked the city of Nelson a lot, it's very chill. I also liked Queenstown, but my brother (who's been living here for 9 months) didn't care for it. I only spent a few hours there though. My brother also didn't like Christchurch much.
oh, and go to the craters of the moon near the caldera south of rotorua, they were pretty intense. boiling mud and steam shooting everywhere, I thought it was very cool. =)
-</blockquote> \ No newline at end of file
+</blockquote>
diff --git a/pages/travel_russia.md b/pages/travel/russia.md
index d9e42b5..17af96b 100644
--- a/pages/travel_russia.md
+++ b/pages/travel/russia.md
@@ -1,6 +1,6 @@
Title: Travel to Russia
Url: /travel/russia/
-SaveAs: /travel/russia/index.html
+Save_as: travel/russia/index.html
<br />
@@ -51,4 +51,4 @@ email consul@rus.co.nz (consular issues)
<li /><a href="http://www.hostel.ru/moskhostel.php3">http://www.hostel.ru/moskhostel.php3</a>
<li /><a href="http://www.hostelling.ru/index.php4?patchs=piter">http://www.hostelling.ru/index.php4?patchs=piter</a>
<li /><a href="http://www.hostelling-russia.ru/hostels.htm">http://www.hostelling-russia.ru/hostels.htm</a>
-</ul> \ No newline at end of file
+</ul>
diff --git a/pages/travel_middleeast.md b/pages/travel_middleeast.md
deleted file mode 100644
index ce1113e..0000000
--- a/pages/travel_middleeast.md
+++ /dev/null
@@ -1,5 +0,0 @@
-Title: Middle East Travel
-Url: /travel/middleeast/
-SaveAs: /travel/middleeast/index.html
-
-
diff --git a/pelicanconf.py b/pelicanconf.py
index 0740cdf..ab333c7 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -6,9 +6,9 @@ AUTHOR = u'bnewbold'
SITENAME = u'bnewbold.net'
SITEURL = u'https://bnewbold.net'
-USE_FOLDER_AS_CATEGORY = True
DEFAULT_DATE = None
OUTPUT_SOURCES = True
+DEFAULT_CATEGORY = ''
OUTPUT_SOURCES_EXTENSION = '.raw'
SLUGIFY_SOURCE = 'basename'