aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pelicanconf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 99f7c8c..6457fff 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -27,10 +27,11 @@ LINKS = (
('NetworkSEC', 'http://networksec.de'),
('Freakquenzy Records e.V.', 'http://frqrec.de'),
('Waldeck-Freakquenz', 'http://waldeck-freakquenz.de'),
+ ('Tibet Motorcycle Adventures', 'http://tibetmoto.de'),
)
LOAD_CONTENT_CACHE = False
MENUITEMS = (
- ('Blog', 'http://sleepmap.de'),
+
)
PATH = 'content'
PATH_METADATA = 'pages/(?P<path>.*)\..*' # Make pages top-level (remove /pages/ from each URL)