diff options
| author | 2015-05-19 16:59:16 -0400 | |
|---|---|---|
| committer | 2015-05-19 16:59:16 -0400 | |
| commit | 0f4682376672f35de2432615130c2d5fc3c3b7c0 (patch) | |
| tree | 7de7ff6049bba3379f3c2627b6c8efacf2d83f2d | |
| parent | b67fbf610152c55d0693b9034084cb4cf3c86eaf (diff) | |
Add logo image to the navigation.
| -rw-r--r-- | conf.py | 7 | ||||
| -rw-r--r-- | files/logo.png | bin | 0 -> 437 bytes |
2 files changed, 4 insertions, 3 deletions
@@ -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 <img src="LOGO_URL" id="logo" alt="BLOG_TITLE">. # 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 Binary files differnew file mode 100644 index 0000000..0dd3be5 --- /dev/null +++ b/files/logo.png |
