AUTHOR = 'Audric Schiltknecht' SITENAME = 'Ma vie, mon œuvre - oupa' SITEURL = "" PATH = "content" TIMEZONE = 'America/Toronto' DEFAULT_LANG = 'fr' # Feed generation is usually not desired when developing FEED_ALL_ATOM = None CATEGORY_FEED_ATOM = None TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None # Theme configuration THEME = "./themes/dev-urandom" # Blogroll LINKS = (('Wiki de Jérome', 'http://wiki.drouet.eu/'),) # Social widget # SOCIAL = ( # ("You can add links in your config file", "#"), # ("Another social link", "#"), # ) DEFAULT_PAGINATION = 10 DISPLAY_PAGES_ON_MENU=True # Uncomment following line if you want document-relative URLs when developing RELATIVE_URLS = True # Static content to copy to output dir STATIC_PATHS = ['static'] FOOTER_TEXT = """This work by Audric Schiltknecht is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."""