diff --git a/config/config.php.template b/config/config.php.template index bd8c182..34b3063 100644 --- a/config/config.php.template +++ b/config/config.php.template @@ -27,6 +27,9 @@ */ // $config['theme'] = 'default'; // Set the theme (defaults to "default") // $config['theme_url'] = ''; // Override the base URL of the themes folder (e.g. http://example.com/pico/themes/) +// $config['theme_config'] = array( // Settings of the theme; depends on the theme used +// 'widescreen' => false // Default theme: Allocate more horicontal space (i.e. make the site container wider) +// ); // $config['twig_config'] = array( // Twig settings // 'cache' => false, // To enable Twig caching change this to a path to a writable directory // 'autoescape' => false, // Auto-escape Twig vars diff --git a/themes/default/font/LICENSE.txt b/themes/default/font/LICENSE.txt index bf29f26..270e046 100644 --- a/themes/default/font/LICENSE.txt +++ b/themes/default/font/LICENSE.txt @@ -20,3 +20,4 @@ Font license info License: SIL OFL 1.1 Homepage: http://fortawesome.github.com/Font-Awesome/ + Icons: menu, github-circled ("octocat"), twitter ("birdy"), chat diff --git a/themes/default/font/fontello.eot b/themes/default/font/fontello.eot index b3ae4d9..0d93cf8 100644 Binary files a/themes/default/font/fontello.eot and b/themes/default/font/fontello.eot differ diff --git a/themes/default/font/fontello.svg b/themes/default/font/fontello.svg index 6514c03..181dad9 100644 --- a/themes/default/font/fontello.svg +++ b/themes/default/font/fontello.svg @@ -8,9 +8,11 @@ - + - + + + \ No newline at end of file diff --git a/themes/default/font/fontello.ttf b/themes/default/font/fontello.ttf index f9b65ca..fb11489 100644 Binary files a/themes/default/font/fontello.ttf and b/themes/default/font/fontello.ttf differ diff --git a/themes/default/font/fontello.woff b/themes/default/font/fontello.woff index a2ef511..d37a536 100644 Binary files a/themes/default/font/fontello.woff and b/themes/default/font/fontello.woff differ diff --git a/themes/default/font/fontello.woff2 b/themes/default/font/fontello.woff2 index 9821cb2..38039ce 100644 Binary files a/themes/default/font/fontello.woff2 and b/themes/default/font/fontello.woff2 differ diff --git a/themes/default/fontello.css b/themes/default/fontello.css index 8fd6a40..e9a005e 100644 --- a/themes/default/fontello.css +++ b/themes/default/fontello.css @@ -55,6 +55,7 @@ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } -.icon-chat:before { content: '\e800'; } /* '' */ -.icon-birdy:before { content: '\f099'; } /* '' */ +.icon-menu:before { content: '\f0c9'; } /* '' */ .icon-octocat:before { content: '\f09b'; } /* '' */ +.icon-birdy:before { content: '\f099'; } /* '' */ +.icon-chat:before { content: '\e800'; } /* '' */ diff --git a/themes/default/index.twig b/themes/default/index.twig index 8d6bc03..ec76b84 100644 --- a/themes/default/index.twig +++ b/themes/default/index.twig @@ -1,28 +1,32 @@ - + + {% if meta.title %}{{ meta.title }} | {% endif %}{{ site_title }} {% if meta.description %} - + {% endif %}{% if meta.robots %} - + {% endif %} - + - - - + -