From dd53800c87c6431cc90026fcc751cfc29d5138c0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Mar 2019 22:22:24 +0100 Subject: Update site logo --- content/images/favicon.png | Bin 654 -> 1040 bytes content/images/logo.png | Bin 1950 -> 45787 bytes content/images/logo.svg | 730 ++++------------------------------------- pelicanconf.py | 4 +- themes/lv2/templates/base.html | 1 + 5 files changed, 62 insertions(+), 673 deletions(-) diff --git a/content/images/favicon.png b/content/images/favicon.png index 0098634..d74e076 100644 Binary files a/content/images/favicon.png and b/content/images/favicon.png differ diff --git a/content/images/logo.png b/content/images/logo.png index 5441f75..e3407df 100644 Binary files a/content/images/logo.png and b/content/images/logo.png differ diff --git a/content/images/logo.svg b/content/images/logo.svg index 3383c67..4fee649 100644 --- a/content/images/logo.svg +++ b/content/images/logo.svg @@ -7,686 +7,74 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="75" - height="48" + version="1.1" id="svg2" - sodipodi:version="0.32" - inkscape:version="0.48.5 r10040" + xml:space="preserve" + width="523.89148pt" + height="490.5pt" + viewBox="0 0 698.52205 654.00007" sodipodi:docname="logo.svg" - inkscape:export-filename="/home/second/open_source/lv2/lv2_14.png" - inkscape:export-xdpi="25.548374" - inkscape:export-ydpi="25.548374" - version="1.0"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - + id="path5626" + style="opacity:1;vector-effect:none;fill:#546e00;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 2713.1145,150.03372 96,-352 h 192 l -34.91,-128 h -250.18 l -130.91,480 z" + inkscape:export-xdpi="73.139999" + inkscape:export-ydpi="73.139999" /> \ No newline at end of file diff --git a/pelicanconf.py b/pelicanconf.py index 7b9189a..23c3de2 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -5,8 +5,8 @@ from __future__ import unicode_literals AUTHOR = u'David Robillard' SITENAME = u'LV2' SITELOGO = 'images/logo.svg' -SITELOGO_WIDTH = '75' -SITELOGO_HEIGHT = '48' +SITELOGO_WIDTH = '26.194574em' +SITELOGO_HEIGHT = '24.525000em' SITEURL = 'http://lv2plug.in' PATH = 'content' diff --git a/themes/lv2/templates/base.html b/themes/lv2/templates/base.html index 00f066d..943fef7 100644 --- a/themes/lv2/templates/base.html +++ b/themes/lv2/templates/base.html @@ -4,6 +4,7 @@ {% block head %} {% block title %}{{ SITENAME }}{%endblock%} + {% if FEED_RSS %} -- cgit v1.2.1