diff options
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 7 |
1 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. |
