From 0f4682376672f35de2432615130c2d5fc3c3b7c0 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 19 May 2015 16:59:16 -0400 Subject: Add logo image to the navigation. --- conf.py | 7 ++++--- files/logo.png | Bin 0 -> 437 bytes 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 files/logo.png diff --git a/conf.py b/conf.py index bbd08a5..796f8df 100644 --- a/conf.py +++ b/conf.py @@ -109,6 +109,7 @@ TRANSLATIONS_PATTERN = "{path}.{lang}.{ext}" NAVIGATION_LINKS = { DEFAULT_LANG: ( + ("/index.html", "Home"), ("/galleries/screenshots/", "Screenshots"), ("/download.html", "Download"), # ("/rss.xml", "RSS feed"), @@ -128,7 +129,7 @@ THEME = "custom" # (eg. 'Europe/Zurich') # Also, if you want to use a different time zone in some of your posts, # you can use the ISO 8601/RFC 3339 format (ex. 2012-03-30T23:00:00+02:00) -TIMEZONE = "EDT" +TIMEZONE = "America/New_York" # If you want to use ISO 8601 (also valid RFC 3339) throughout Nikola # (especially in new_post), set this to True. @@ -231,11 +232,11 @@ COMPILERS = { # Nikola supports logo display. If you have one, you can put the URL here. # Final output is . # The URL may be relative to the site root. -# LOGO_URL = '' +LOGO_URL = '/logo.png' # If you want to hide the title of your website (for example, if your logo # already contains the text), set this to False. -# SHOW_BLOG_TITLE = True +SHOW_BLOG_TITLE = False # Paths for different autogenerated bits. These are combined with the # translation paths. diff --git a/files/logo.png b/files/logo.png new file mode 100644 index 0000000..0dd3be5 Binary files /dev/null and b/files/logo.png differ -- cgit v1.2.3