add some spacing for new and list page to the navbar
[phorkie.git] / data / config.default.php
index a0877678344dccf15e30eaee6aec9452b90a8536..a589924ef10f7dd2210197009833bb9508195e68 100644 (file)
@@ -4,7 +4,7 @@ $GLOBALS['phorkie']['cfg'] = array(
     'gitdir'        => __DIR__ . '/../repos/git/',
     'workdir'       => __DIR__ . '/../repos/work/',
     'tpl'           => __DIR__ . '/templates/',
-    'css'           => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css',
+    'css'           => '',
     'title'         => 'phorkie',
     'topbar'        => '',
     'setupcheck'    => true,
@@ -66,6 +66,17 @@ $GLOBALS['phorkie']['languages'] = array(
         'mime'  => 'application/javascript',
         'geshi' => 'javascript'
     ),
+    'json' => array(
+        'title' => 'Javascript',
+        'mime'  => 'application/javascript',
+        'geshi' => 'javascript',
+        'show'  => false
+    ),
+    'md' => array(
+        'title' => 'Markdown',
+        'mime'  => 'text/x-markdown',
+        'renderer' => '\\phorkie\\Renderer_Markdown'
+    ),
     'pl' => array(
         'title' => 'Perl',
         'mime'  => 'application/x-perl',