diff --git a/conf.py b/conf.py index 42f48dc5..cabb36e5 100644 --- a/conf.py +++ b/conf.py @@ -1,8 +1,9 @@ from __future__ import unicode_literals import time -BLOG_AUTHOR = "Donald Harper" # (translatable) -BLOG_TITLE = "Donald Harper Photography" # (translatable) +BLOG_AUTHOR = "Donald Harper" +BLOG_TITLE = "Donald Harper Photographs" SITE_URL = "http://www.donaldharper.com/" +BASE_URL = "http://localhost:8000/" BLOG_EMAIL = "don@donaldharper.com" BLOG_DESCRIPTION = "Photos, normally daily, from Donald Harper" # (translatable) DEFAULT_LANG = "en" @@ -13,23 +14,24 @@ TRANSLATIONS_PATTERN = "{path}.{lang}.{ext}" NAVIGATION_LINKS = { DEFAULT_LANG: ( ('/index.html', 'Home'), - ('/stories/about/', 'About me'), - ( - ( - ('http://www.donaldharper.com', 'My Photo Blog'), - ('http://p365.donaldharper.com', 'My Attempt at a Project 365'), - ('http://www.duckland.org', 'My Personal and Tech Blog'), - ), - 'My Sites' - ), - ( - ( - ('https://twitter.com/duckunix', 'My Twitter'), - ('https://plus.google.com/+DonHarper/', 'My Google+'), - ('http://www.linkedin.com/in/donaldharper/', 'My LinkedIN'), - ), - 'Social Sites' - ), + ('/stories/about.html', 'About me'), + ('http://www.duckland.org', 'My Personal and Tech Blog'), + #( + #( + #('http://www.donaldharper.com', 'My Photo Blog'), + #('http://p365.donaldharper.com', 'My Attempt at a Project 365'), + #('http://www.duckland.org', 'My Personal and Tech Blog'), + #), + #'My Sites' + #), + ('https://twitter.com/duckunix', 'My Twitter'), + #( + #( + #('https://twitter.com/duckunix', 'My Twitter'), + #('http://www.linkedin.com/in/donaldharper/', 'My LinkedIN'), + #), + #'Social Sites' + #), ("/archive.html", "Archive"), ("/categories/index.html", "Tags"), ('/rss.xml', 'RSS'), @@ -73,7 +75,7 @@ DEPLOY_COMMANDS = { ] } INDEX_READ_MORE_LINK = '
' -RSS_READ_MORE_LINK = '{read_more}... ({min_remaining_read})
' +FEED_READ_MORE_LINK = '{read_more}... ({min_remaining_read})
' LICENSE = "" CONTENT_FOOTER = 'Contents © {date} {author} - Powered by Nikola {license}' CONTENT_FOOTER_FORMATS = {