Fix edit link in empty pages.
[geekigeeki.git] / geekigeeki.conf.py
index 649d7f5b5470f07a16fd279b9793509ca22804d6..d156daab48e3d4d953d734c173b2a73771485c42 100644 (file)
@@ -1,6 +1,12 @@
 # Configuration values
+
+# this is displayed in the page title
 site_name = 'Codewiz'
 
+# this is used for the leftmost button of the navbar.
+# It can be set to an empty string or a text message
+site_icon = 'AmigaBoing16x16.png'
+
 # set to None for read-only sites, leave empty ('') to allow anonymous edits
 # otherwise, set to a URL that requires authentication
 privileged_url = 'https://www.develer.com/~bernie/wiki'
@@ -14,8 +20,8 @@ meta_urls = [
 ]
 link_urls = [
     # rel                href
-    [ 'icon',            'favicon.ico' ],
-    [ 'stylesheet',      'geekigeeki.css' ],
+    [ 'icon',            'sys/favicon.png' ],
+    [ 'stylesheet',      'sys/geekigeeki.css' ],
     [ 'openid.server',   'https://www.develer.com/openid/bernie' ],
     [ 'openid.delegate', 'https://www.develer.com/openid/bernie' ],
     [ 'pavatar',         'http://www.codewiz.org/wiki/BernieAvatar80x80.png' ],